Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you set frame = True the scale is displayed at the upper left corner.

plot(10^6 * x, -1, 1, frame=True)

Another possibility is

plot(10^6 * x, -1, 1, tick_formatter='latex')