Re: [Matplotlib-users] Matplotlib-users Digest, Vol 12, Issue 12

2007-05-08 Thread Aaron Hoover
On May 8, 2007, at 1:22 PM, Fernando Perez wrote: > On 5/8/07, Aaron Hoover <[EMAIL PROTECTED]> wrote: > >> > I have been using the qt4 backend with ipython for maybe a year >> > now, currently >> > ipython 0.8.0. What is the output of "ipython -Version"? >> >> ipython -Version gives: >> >> 0.8.0

Re: [Matplotlib-users] Matplotlib-users Digest, Vol 12, Issue 12

2007-05-08 Thread Fernando Perez
On 5/8/07, Aaron Hoover <[EMAIL PROTECTED]> wrote: > > I have been using the qt4 backend with ipython for maybe a year > > now, currently > > ipython 0.8.0. What is the output of "ipython -Version"? > > ipython -Version gives: > > 0.8.0 > > Specifically, the error seems to be happening on line 838

Re: [Matplotlib-users] Matplotlib-users Digest, Vol 12, Issue 12

2007-05-08 Thread Aaron Hoover
> > On Tuesday 08 May 2007 02:43:45 pm Aaron Hoover wrote: >> Hi All, >> >> I was excited to see that a Qt4 backend is available for matplotlib - >> I'm running 0.87.7. So, I installed PyQt4 from source from the >> riverbankcomputing website (OSX comes with the Qt framework already >> installed), a

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-08 Thread kc106_2005-matplotlib
Thanks, Philip. I wasn't aware of gmane. I only did a google search. Regards, > -Original Message- > From: Philip Austin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 08, 2007 11:51 AM > To: [EMAIL PROTECTED] > Cc: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-user

Re: [Matplotlib-users] Issues with the Qt4Agg backend and IPython on OS X

2007-05-08 Thread Darren Dale
On Tuesday 08 May 2007 02:43:45 pm Aaron Hoover wrote: > Hi All, > > I was excited to see that a Qt4 backend is available for matplotlib - > I'm running 0.87.7. So, I installed PyQt4 from source from the > riverbankcomputing website (OSX comes with the Qt framework already > installed), and tried t

Re: [Matplotlib-users] Issues with the Qt4Agg backend and IPython on OS X

2007-05-08 Thread Darren Dale
On Tuesday 08 May 2007 02:43:45 pm Aaron Hoover wrote: > Hi All, > > I was excited to see that a Qt4 backend is available for matplotlib - > I'm running 0.87.7. So, I installed PyQt4 from source from the > riverbankcomputing website (OSX comes with the Qt framework already > installed), and tried t

Re: [Matplotlib-users] Reusing basemap instance

2007-05-08 Thread Jeff Whitaker
Jesper Larsen wrote: > On Monday 07 May 2007 16:46, Jeff Whitaker wrote: > >> Jesper: Can you be more specific about why you need a deepcopy? Those >> methods you mention do not modify the Basemap instance, although they do >> modify the axes instance they are used with. It shouldn't be a pro

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-08 Thread Philip Austin
[EMAIL PROTECTED] writes: > > I have not received a response from the author. Could you please > post version 5 of windrose.py? The Gmane search page is a great resource for this kind of thing: http://search.gmane.org/?query=windrose&author=Lionel+Roubeyrie&group=gmane.comp.python.*&sort=da

[Matplotlib-users] Issues with the Qt4Agg backend and IPython on OS X

2007-05-08 Thread Aaron Hoover
Hi All, I was excited to see that a Qt4 backend is available for matplotlib - I'm running 0.87.7. So, I installed PyQt4 from source from the riverbankcomputing website (OSX comes with the Qt framework already installed), and tried to give it a go. First off I got the error: "No module name

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-08 Thread kc106_2005-matplotlib
Derek, When you say "on version 5", do you mean windrose itself is on version 5? May be that's why in your sample code, you invoked windrose via: freq,ax=windrose.windplot(ventV,ventD,counts=False,speed_classes=[0.1,0.2,0.3,0.4,0.5],sectors=8,style='bar2') but the version of windrose from John

Re: [Matplotlib-users] Reusing basemap instance

2007-05-08 Thread Jesper Larsen
On Monday 07 May 2007 16:46, Jeff Whitaker wrote: > Jesper: Can you be more specific about why you need a deepcopy? Those > methods you mention do not modify the Basemap instance, although they do > modify the axes instance they are used with. It shouldn't be a problem > reusing the Basemap inst

Re: [Matplotlib-users] 2d plot with two y-axis

2007-05-08 Thread Johann Rohwer
Look at two_scales.py in the "examples" directory of the source distribution. Johann On Tuesday, 8 May 2007 09:59, Schmidt Michael wrote: > Hi, > > I am pretty new to python and matplotlib - > > I am struggeling a bit doing a 2d plot with two graphs in one with > different scaling on the left an

[Matplotlib-users] 2d plot with two y-axis

2007-05-08 Thread Schmidt Michael
Hi, I am pretty new to python and matplotlib - I am struggeling a bit doing a 2d plot with two graphs in one with different scaling on the left and right y-axis e.g. time vs temperature and rainfall? Can someone give me a hint or example-code? Cheers Michael **