First time here? Check out the FAQ!
answered 2021-06-04 03:55:05 +0100
If you set frame = True the scale is displayed at the upper left corner.
frame = True
plot(10^6 * x, -1, 1, frame=True)
Another possibility is
plot(10^6 * x, -1, 1, tick_formatter='latex')