Re: [Matplotlib-users] Plot vs Line Collections

2007-06-01 Thread Andrea Gavana
Hi John, On 5/31/07, John Hunter wrote: > On 5/31/07, Andrea Gavana <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I am writing an application (wxPython based) which embeds a big > > matplotlib figure as a main panel. Basically, this app shows oil well > > producers and gas injectors on a 2D m

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] matplotlib RPM on SUSE 10.2?

2007-06-01 Thread Gregor Thalhammer
John Pye schrieb: > 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

[Matplotlib-users] question on annotating subplot / size of markers

2007-06-01 Thread Iyer
Hello, I was wondering if it would be possible to draw a vertical line in a subplot, in such a way that the line exactly covers top to bottom of the subplot, say - if the subplot has a height of 80 points, the vertical line's length will be 80 points. Also, this vertical line may have an horizonta

Re: [Matplotlib-users] Plot vs Line Collections

2007-06-01 Thread Andrea Gavana
Hi John, On 5/31/07, John Hunter wrote: > On 5/31/07, Andrea Gavana <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I am writing an application (wxPython based) which embeds a big > > matplotlib figure as a main panel. Basically, this app shows oil well > > producers and gas injectors on a 2D m

Re: [Matplotlib-users] os x backends

2007-06-01 Thread Matthew Auger
I think we want to keep matplotlib associated with the OS X Framework install of python; if we installed the macports version, am I correct in assuming that we could just dump the resulting python modules (eg. gtk, tkinter, and matplotlib) into the Framework install's site-packages dir (or more

Re: [Matplotlib-users] Basemap reuse

2007-06-01 Thread Jeff Whitaker
Jesper Larsen wrote: > Hi matplotlib users, > > I have a small web application for calculating tsunami travel times > (http://ocean.dmi.dk/apps/tsunami). The application uses matplotlib/basemap > for producing contour maps of the tsunami travel times. > > To speed up the response time of the appl

Re: [Matplotlib-users] basemap stereographic projection problem

2007-06-01 Thread Gary Ruben
Many thanks for the special case code Jeff, This appears to work well. I see you picked up on our confusion about the -180 to 180 longitude range. I'll pass this on and look at clipping the lines outside the circle later, regards, Gary Jeff Whitaker wrote: > [EMAIL PROTECTED] wrote: >> I've been

Re: [Matplotlib-users] Basemap reuse

2007-06-01 Thread Jeff Whitaker
Jesper Larsen wrote: > Hi matplotlib users, > > I have a small web application for calculating tsunami travel times > (http://ocean.dmi.dk/apps/tsunami). The application uses matplotlib/basemap > for producing contour maps of the tsunami travel times. > > To speed up the response time of the appl

Re: [Matplotlib-users] basemap stereographic projection problem

2007-06-01 Thread Jeff Whitaker
[EMAIL PROTECTED] wrote: > I've been trying to help a friend who wants to plot directional data on a > "Wulff net" > , which > is a stereographic projection plot. She wants to plot points specified by > latitude and longitude

[Matplotlib-users] Basemap reuse

2007-06-01 Thread Jesper Larsen
Hi matplotlib users, I have a small web application for calculating tsunami travel times (http://ocean.dmi.dk/apps/tsunami). The application uses matplotlib/basemap for producing contour maps of the tsunami travel times. To speed up the response time of the application I made a version in which

Re: [Matplotlib-users] os x backends

2007-06-01 Thread Jochen Küpper
On 31.05.2007, at 20:34, Jeff Whitaker wrote: The fink matplotlib package uses GTKAgg as the default backend, and works fine over an ssh tunnel. The admin will have to: 0) make sure X11.app (and the X11 SDK) is installed. 1) install fink 2) run 'fink selfupdate' 3) run 'fink install matplotlib