choosing tickmarks in logplot
Hello everyone, I have a problem with Maple 11's choice of tickmark spacing in a logplot,
>pdata := logplot(points, style=point, symbol=circle, thickness=2, color=red):
The resulting plot has the y-axis tickmarks located only at
[1 x 10^n, 5 x 10^n, 1 x 10^(n+1), 5 x 10^(n+1), ...]
How do I make Maple show the more conventional log-scale tickmarks at
[1 x 10^n, 2 x 10^n, 3 x 10^n, ..., 1 x 10^(n+1), 2 x 10^(n+1), ...]
Thanks much for your help!
-Dan

Loading Comments & Answers