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
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
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
-
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
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
-
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
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
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