You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just found another plotting anomaly. When the plot range is 0 to 1.5 × 10^n, the minor ticks are placed at 0.4, 0.8, 1.2, 1.6, when it would be more sensible to put them at 0.5, 1.0, 1.5.
e.g
plot, findgen(14), charsize=2
Which gives the attached plot.
The text was updated successfully, but these errors were encountered:
I've just found another plotting anomaly. When the plot range is
0
to1.5 × 10^n
, the minor ticks are placed at0.4, 0.8, 1.2, 1.6
, when it would be more sensible to put them at0.5, 1.0, 1.5
.e.g
Which gives the attached plot.
The text was updated successfully, but these errors were encountered: