2009/11/15 Francisco Javier de la Peña <delap...@lps.u-psud.fr>

> Hi,
>
> I find it difficult to read the values of an axis when the offset is
> active. The problem is that many time I find myself doing calculations like
> -1.2345e2-0.048 to find out the value of the tick. I send enclosed a patch
> and a test file to, in my opinion, improve the readability of the ticks with
> an offset.
>
> Cheers,
>
> Francisco
>

Hi Francisco,

Could you try this simple case ?

I[6]: a = np.linspace(0.00002, 0.00005, num=9348)

I[7]: plot(a)

Still ticks produce mingled values. Like 1e-10+3.207e-5 after some zooming
in.




>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>


-- 
Gökhan
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to