Closed
Description
See screenshot:
To reproduce: in a qtconsole after %pylab inline
say plot(1e10*frange(10), 1e10*frange(10))
- the 1e11 scale is shown correctly on the y-axis but obscured on the x.
Only tested with Ipython 0.12 and python 2.7.1 on windows (Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)]
), can't reproduce with ipython 0.12 and python 2.7.2+ on linux (Python 2.7.2+ (default, Feb 16 2012, 18:29:42)
)