Re: [matplotlib-devel] Display Interactive plots on a web page?

2010-02-12 Thread Brian32
Andrew, jpPlot looks very promising. I will definitely try to add that into my code. Thanks, Brian Andrew Straw wrote: > > Brian32 wrote: >> Hello, >> >> I am currently displaying plots on a web page using matplotlib by >> creating >> .png files. I would like have the ability for peopl

Re: [matplotlib-devel] problem with logic determining version numbers?

2010-02-12 Thread Andrew Straw
Nadia Dencheva wrote: > Hi MPL developers, > > I use an older matplotlib version but this code is the same in SVN, so I > thought > I'll mention it. > > ImportError: numpy 1.1 or later is required; you have 2.0.0.dev8107 Thanks Nadia. Fixed in svn r8128. -Andrew

Re: [matplotlib-devel] missing projections

2010-02-12 Thread Jeff Whitaker
Phillip M. Feldman wrote: > Jeff Whitaker wrote: >> Phillip M. Feldman wrote: >>> Andrew Straw wrote: Jeff Whitaker wrote: > Dr. Phillip M. Feldman wrote: > >> Basemap offers many projections, but is missing two of the most >> useful ones: >> >> - For satell

[matplotlib-devel] problem with logic determining version numbers?

2010-02-12 Thread Nadia Dencheva
Hi MPL developers, I use an older matplotlib version but this code is the same in SVN, so I thought I'll mention it. Thanks, Nadia In [1]: from matplotlib import pyplot as plt --- ImportError Tr