Re: [Matplotlib-users] Engineering prefixed units in tick labels

2010-01-04 Thread Reinier Heeres
Committed in R8074. Cheers, Reinier On Sun, Dec 27, 2009 at 11:59 PM, Reinier Heeres wrote: > Hi all, > > I like this patch and it works fine. So if nobody is against including > this, I'll commit it in a few days. > > I'll move the example from the class comment to an example script. > > Cheers

Re: [Matplotlib-users] Engineering prefixed units in tick labels

2009-12-27 Thread Reinier Heeres
Hi all, I like this patch and it works fine. So if nobody is against including this, I'll commit it in a few days. I'll move the example from the class comment to an example script. Cheers, Reinier On Wed, Dec 2, 2009 at 1:40 PM, John Hunter wrote: > On Wed, Dec 2, 2009 at 4:02 AM, Matthias Mi

Re: [Matplotlib-users] Engineering prefixed units in tick labels

2009-12-02 Thread Matthias Michler
Hi John, Hello list, I added the patch to the tracker (ID 2907509). Kind regards Matthias On Wednesday 02 December 2009 13:40:29 John Hunter wrote: > On Wed, Dec 2, 2009 at 4:02 AM, Matthias Michler > > wrote: > > Hi Jason, Hi list, > > > > First of all let me say I like the EngFormatter of Ja

Re: [Matplotlib-users] Engineering prefixed units in tick labels

2009-12-02 Thread John Hunter
On Wed, Dec 2, 2009 at 4:02 AM, Matthias Michler wrote: > Hi Jason, Hi list, > > First of all let me say I like the EngFormatter of Jason. > Are there plans to incorparate it into matplotlib? > I cannot find any indication for this in current svn, but I would like to see > the EngFormatter in matp

Re: [Matplotlib-users] Engineering prefixed units in tick labels

2009-12-02 Thread Matthias Michler
Hi Jason, Hi list, First of all let me say I like the EngFormatter of Jason. Are there plans to incorparate it into matplotlib? I cannot find any indication for this in current svn, but I would like to see the EngFormatter in matplotlib. Therefore I tried to include Jasons proposal into the tic

Re: [Matplotlib-users] Engineering prefixed units in tick labels

2009-11-24 Thread Jason Heeris
Hi, 2009/11/18 Jason Heeris : > In gnuplot, I can do the following: > > set format x "%.0s %cHz" > > ...and this will set the x-axis labels (on a semilogx style plot) to > be "10 Hz", "100 Hz", "1 kHz", "10 kHz", etc. I ended up implementing this myself, it wasn't too hard. I've attached the code

[Matplotlib-users] Engineering prefixed units in tick labels

2009-11-17 Thread Jason Heeris
In gnuplot, I can do the following: set format x "%.0s %cHz" ...and this will set the x-axis labels (on a semilogx style plot) to be "10 Hz", "100 Hz", "1 kHz", "10 kHz", etc. Is there an easy way to do this in matplotlib? I spent a while in the matplotlib.ticker docs, but couldn't find anything