[Matplotlib-users] matplotlib RPM on SUSE 10.2?

2007-05-30 Thread John Pye
Hi all Can anyone tell me whether or not it is straightforward to run matplotlib on OpenSUSE 10.2? My project has a dependency on matplotlib and I have a user on that platform who tells me that it's not available as an RPM in the SUSE repository. Can that really be true? Cheers JP -- John Pye

Re: [Matplotlib-users] Handling LARGE data sets

2007-05-30 Thread brett . mcsweeney
Hi Alan, I'm not speaking for anyone else, but as far as I'm concerned that code is public domain. Cheers, Brett. Alan G Isaac <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 31/05/2007 01:17 PM Please respond to [EMAIL PROTECTED] To Matplotlib Users cc Subject Re: [Matplotlib-users] Han

Re: [Matplotlib-users] Handling LARGE data sets

2007-05-30 Thread Alan G Isaac
On Thu, 31 May 2007, [EMAIL PROTECTED] apparently wrote: > Here is a decimating filter module based on the > Savtsky-Golay method. License? Is there a presumption that code posted to this list is public domain? Cheers, Alan Isaac -

Re: [Matplotlib-users] 2nd y axis, same data

2007-05-30 Thread Jeff Whitaker
James Battat wrote: > Hello, > > (for a 2-d plot) > Any example code of how to label the 2nd y-axis using a different scale > than the first y-axis for the same dataset? > > For example, how do you make a plot of distances with the left y-axis in > kilometers and the right y-axis in miles? > > Than

[Matplotlib-users] 2nd y axis, same data

2007-05-30 Thread James Battat
Hello, (for a 2-d plot) Any example code of how to label the 2nd y-axis using a different scale than the first y-axis for the same dataset? For example, how do you make a plot of distances with the left y-axis in kilometers and the right y-axis in miles? Thanks in advance for your help, James -

Re: [Matplotlib-users] Handling LARGE data sets

2007-05-30 Thread brett . mcsweeney
Hi Steve, This is also interest to us - although about 2 million data points is our maximum so far. Here is a decimating filter module based on the Savtsky-Golay method. Brett McSweeney steve george <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 31/05/2007 06:07 AM To Matplotlib Users

[Matplotlib-users] bug???

2007-05-30 Thread Jeff Peery
Hello, I'm getting this error when using two consecutive plot_dates(): File "C:\Python24\lib\site-packages\matplotlib\axes.py", line 1565, in xaxis_d ate formatter = AutoDateFormatter(locator) UnboundLocalError: local variable 'locator' referenced before assignment I've tested using just t

[Matplotlib-users] Handling LARGE data sets

2007-05-30 Thread steve george
Hi, We are starting to require plotting large data sets. 600K samples is one second, and we have 20 sec runs This takes approx 5 min to draw the plots on screen. Then if you want to zoom, ... well go get a cup of coffee, ... not very productive. 1) Is MatPlotLib the right tool for large data s