Strange scale on x-axis for large value
Hello, When I try to plot the a function for large values of the variable, say:
plot(x, (x,2, 10^6))
both the x-axis and y-axis scale go from 0 to 1 instead of 0 to 10^6
How can I prevent this behavior?
Long standing issue (but no easy way to find in tn Github issues...).
Possible workaround : scale your axes manually and display the scale factor somewhere in your plot (axis labels ?)
Thank you!
I am reassured to know that this is not a mistake on my part.
See also these and the links there:
And also