Re: [Matplotlib-users] Handling LARGE data sets

2007-06-12 Thread brett . mcsweeney
-house solution to our problem. We have never "released" software to the outside world. It's not our focus. Brett. Andrew Straw <[EMAIL PROTECTED]> 02/06/2007 06:37 AM To [EMAIL PROTECTED] cc Matplotlib Users Subject Re: [Matplotlib-users] Handling LARGE data sets

Re: [Matplotlib-users] Handling LARGE data sets

2007-06-01 Thread Andrew Straw
[EMAIL PROTECTED] wrote: > > Hi Alan, > > I'm not speaking for anyone else, but as far as I'm concerned that > code is public domain. > OK, well, who wrote the code and who holds the copyright? In other words, your concerns about the code being in the public domain may or may not be relevant, depen

Re: [Matplotlib-users] Handling LARGE data sets

2007-05-30 Thread brett . mcsweeney
Matplotlib-users] Handling LARGE data sets 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 domai

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] Handling LARGE data sets

2007-05-30 Thread brett . mcsweeney
Users cc Subject [Matplotlib-users] Handling LARGE data sets 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, ... no

[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