[Matplotlib-users] basemap stereographic projection problem

2007-05-31 Thread [EMAIL PROTECTED]
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 in degrees. We hoped to be able to

[Matplotlib-users] Irregularly sized data without interpolation

2007-05-31 Thread Matthew Turk
Hi there. I'm investigating using matplotlib for plotting of Adaptive Mesh Refinement ( http://en.wikipedia.org/wiki/Adaptive_mesh_refinement ) data -- the primary characteristic of which is that it is of non-equal resolution. I've used the scipy/delaunay method, as mentioned in the cookbook, bu

Re: [Matplotlib-users] Plot vs Line Collections

2007-05-31 Thread John Hunter
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 map as dots (every dot represents > its surface locati

[Matplotlib-users] Plot vs Line Collections

2007-05-31 Thread Andrea Gavana
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 map as dots (every dot represents its surface location), and a bunch of "streamlines" (i.e., straight lines or simpl

Re: [Matplotlib-users] os x backends

2007-05-31 Thread Jeff Whitaker
Matthew Auger wrote: > I've recently needed to use matplotlib remotely from a 'server' running OS > X. The server does not have GTK on it, and the server's version of Tk is > bound to Aqua instead of X11 and I therefore can't remotely spawn a > matplotlib GUI window. > > My question: Does anyone

[Matplotlib-users] os x backends

2007-05-31 Thread Matthew Auger
I've recently needed to use matplotlib remotely from a 'server' running OS X. The server does not have GTK on it, and the server's version of Tk is bound to Aqua instead of X11 and I therefore can't remotely spawn a matplotlib GUI window. My question: Does anyone know of an *easy* way to get a

[Matplotlib-users] py2app and pytz

2007-05-31 Thread Brian Blais
Hello, I am trying to use py2app, and it is choking on pytz which is used by matplotlib. Reading the py2app docs, and a lot of posts, it seems that the problem I'm having isn't common. Essentially, it is saying that there is no pytz.zoneinfo module. So I checked, with the latest pytz insta

Re: [Matplotlib-users] log scale

2007-05-31 Thread Trevis Crane
Take a look at the semilogx and semilogy functions: http://matplotlib.sourceforge.net/matplotlib.pylab.html#-semilogx trevis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Navid Parvini Sent: Thursday, May 31, 2007 6:40 AM To: matplotlib-users@

Re: [Matplotlib-users] bug???

2007-05-31 Thread John Hunter
On 5/30/07, Jeff Peery <[EMAIL PROTECTED]> wrote: > 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 'loc

Re: [Matplotlib-users] QImage

2007-05-31 Thread John Hunter
On 5/31/07, Navid Parvini <[EMAIL PROTECTED]> wrote: > Dear All, > > I have a code that creates plots using pylab module, using pylab.plot(). > I want to use the output of this moudule in qt (QImage or QPixmap). You probably want to embed your matplotlib code directly into qt: http://matplotli

Re: [Matplotlib-users] log scale

2007-05-31 Thread Antonino Ingargiola
Hi, 2007/5/31, Navid Parvini <[EMAIL PROTECTED]>: > Dear All, > > How can I set the x-axis and/or y-axis in Log scale. In interactive mode: plot([1, 1e1, 1e2], [1, 1e1, 1e2]) ax = gca() ax.set_xscale('log') ax.set_yscale('log') draw() The other parameter .set_xscale and set_yscale accept is 'li

[Matplotlib-users] log scale

2007-05-31 Thread Navid Parvini
Dear All, How can I set the x-axis and/or y-axis in Log scale. Thanks, Navid - Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out.- This SF.net

Re: [Matplotlib-users] matplotlib RPM on SUSE 10.2?

2007-05-31 Thread Antonio Gonzalez
There are RPMs for SUSE here: http://software.opensuse.org/download/science/openSUSE_10.2/ though last time I tried to use them they just didn't work (maybe they do now?). However, having MPL running on SUSE is actually pretty easy. This is what I've done: 1. From the link mentioned above, instal

[Matplotlib-users] QImage

2007-05-31 Thread Navid Parvini
Dear All, I have a code that creates plots using pylab module, using pylab.plot(). I want to use the output of this moudule in qt (QImage or QPixmap). Would you please guide me in this regard? Thank you in advance. Navid - Bored stiff? Loosen up... Do