semilotplot: ticks and gridlines don't line up.

Hello all,

When I tried to plot with "semilogplot" command, I've found the ticks on the x-axis and the vertical grids do not line up. This is with Maple 10. Would somebody tell me if there is a way to line them up?

with(plots):

semilogplot(log[10](x), x=1..1000, gridlines=true);

 

Thank you.

Chin Li

 

The axis option in Maple 11

The axis option in Maple 11 does what you want.  Since I do not have Maple 10 up on the machine I usually use, I do not know if it has what you want in Maple 10.  Maybe someone has 10 easily avaiable and can check.

Thanks for the information

Thanks for the information on Maple 11.

Chin Li

 

Axis option for Maple 10

The "axis" option is avaiable in Maple 10.  What you need to do is list the places where you want the grid lines to be.  Not very nice, but it can be done.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}