Re: [matplotlib-devel] units support in svn

2007-03-20 Thread Eric Firing
John Hunter wrote: If you are using mpl svn, please read this as it describes some fairly major changes. Mike Lusignan has been working on adding units support, and as a consequence, partial support for working with arbitrary types in mpl. The support is not complete yet, but it is

Re: [matplotlib-devel] units support in svn

2007-03-20 Thread Darren Dale
On Tuesday 20 March 2007 3:50:07 am Eric Firing wrote: John Hunter wrote: If you are using mpl svn, please read this as it describes some fairly major changes. Mike Lusignan has been working on adding units support, and as a consequence, partial support for working with arbitrary types

Re: [matplotlib-devel] units support in svn

2007-03-20 Thread Norbert Nemec
Actually, I like the idea of unit support quite a bit and could well imagine that it makes sense to support it explicitely in matplotlib. I am using physical units very frequently in my computations. Lacking a robust units package, I simply define the units as numerical constants without checks

Re: [matplotlib-devel] units support in svn

2007-03-20 Thread Ted Drain
FYI The unit system John is working on will be a huge improvement for the way we use MPL. Our users do a ton of plotting that involves unitized numbers vs time. We have our own unit class and time class and right now users have to convert the unitized numbers into floats in the correct units