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?
![]() | 1 | initial version |
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?