Re: [Matplotlib-users] subplot problems using comma notation

2006-11-16 Thread Josh Lifton
Thanks for confirming that it works on another system. As I'm currently using 0.82.5, I suspect upgrading to 0.87.5 (apparently the latest available through official Ubuntu repositories in the newest distribution) will solve the problem. I'll report back once I do this. Any Ubuntu users out ther

Re: [Matplotlib-users] subplot problems using comma notation

2006-11-16 Thread Pierre GM
On Thursday 16 November 2006 23:45, Josh Lifton wrote: > I've been having problems using the subplot command's comma notation Seems to work here. On a Gentoo (OK, seriously: on matplotlib 0.87.7) Josh, what version of matplotlib are you using ? ---

[Matplotlib-users] subplot problems using comma notation

2006-11-16 Thread Josh Lifton
I've been having problems using the subplot command's comma notation for describing how many plots to use (e.g. subplot(2,1,1) instead of subplot(211)). Using the comma notation, all plots are overlaid in the first position and remaining positions are blank but sized correctly as if there should b

[Matplotlib-users] TypeError from hist using Numeric 24.2

2006-11-16 Thread Steve Gaffigan
I am getting an error from the 'hist' function. It occurs when running the 'histogram_demo.py' example from http://matplotlib.sourceforge.net/. I'm using matplotlib version 0.87.4 and Numeric 24.2. Has anyone had this problem? Thanks. Steve # histogram_demo.py >>> from pylab import * >>

Re: [Matplotlib-users] Plotting shapefiles

2006-11-16 Thread Jeff Whitaker
Jose Gomez-Dans wrote: > Hi! > I don't know whether it is easy to produce a plot of a shapefile (a > geographical information systems vector file format, with an attached > database) using MPL: An example would be to have the a map with the > mean temperature for every country in the month of augus

[Matplotlib-users] Plotting shapefiles

2006-11-16 Thread Jose Gomez-Dans
Hi! I don't know whether it is easy to produce a plot of a shapefile (a geographical information systems vector file format, with an attached database) using MPL: An example would be to have the a map with the mean temperature for every country in the month of august mapped to a colour. The shapefi

Re: [Matplotlib-users] matplotlib on Mac OS X via Fink?

2006-11-16 Thread Lev Givon
Received from Russell E. Owen on Wed, Nov 15, 2006 at 03:47:52PM EST: > In article <[EMAIL PROTECTED]>, > Lev Givon <[EMAIL PROTECTED]> wrote: > > > Received from Adam Mercer on Tue, Nov 14, 2006 at 03:55:15PM EST: > > > On 14/11/06, Lev Givon <[EMAIL PROTECTED]> wrote: > > > > > > >I am also us

Re: [Matplotlib-users] unicode for wxagg and gtkagg backends

2006-11-16 Thread Seweryn Kokot
John Hunter <[EMAIL PROTECTED]> writes: > the place to look. Squares typically mean that the character you are > requesting is not in the font file you have loaded. > Thanks for the last sentence. I had set TTFPATH properly but I don't know why matplotlib didn't see the ttf fonts in $HOME/.fonts.

[Matplotlib-users] (no subject)

2006-11-16 Thread [EMAIL PROTECTED]
Hello at all. I need to do a real time plot where on the frame i have this like limit line: import math dati = [] for freq in range(int(freqiniziale), (int(freqfinale)+ 1)): forza = float(massa) * ((2*math.pi*freq)**2)/10 dati.append(forza)

Re: [Matplotlib-users] unicode for wxagg and gtkagg backends

2006-11-16 Thread John Hunter
> "Seweryn" == Seweryn Kokot <[EMAIL PROTECTED]> writes: Seweryn> Hello, Since I have problems with unicode conversion when Seweryn> using wxagg and gtkagg backends I would like to ask which Seweryn> files in matplotlib sources are responsible for this? To Seweryn> understand

Re: [Matplotlib-users] deprecated functions: scatter_classic, quiver_classic, colorbar_classic

2006-11-16 Thread John Hunter
> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: Eric> In June I asked if anyone was still using pcolor_classic Eric> (http://www.nabble.com/is-pcolor_classic-needed--tf1743761.html#a4739248). Eric> I got no replies, so I have now removed it from svn. Eric> Next: it looks

Re: [Matplotlib-users] AttributeError: class Axes has no attribute 'pcolor_classic'

2006-11-16 Thread Eric Firing
Nils, Fixed in svn. Thanks. Eric Nils Wagner wrote: > Hi Eric, > > Thank you very much. Here is another new problem > > scatter(mu*ones(n),w.real,s=1) > File "/usr/lib64/python2.4/site-packages/matplotlib/pylab.py", line > 3111, in scatter > ret = gca().scatter(*args, **kwargs) >

Re: [Matplotlib-users] matplotlib and zope problem

2006-11-16 Thread Asheesh Laroia
On Thu, 16 Nov 2006, Marek Szczypi�~Dski wrote: Error Type: RuntimeError Error Value: '/' is not a writable dir; you must set environment variable HOME to be a writable dir Just before you import matplotlib or pylab, try this: import os os.environ['HOME'] = '/tmp/' Does that help? Also, BTW

Re: [Matplotlib-users] AttributeError: class Axes has no attribute 'pcolor_classic'

2006-11-16 Thread Nils Wagner
Eric Firing wrote: > Nils, > > That is fixed now. I was sure I had removed it last night--I don't > know how I fouled it up, but I certainly did. Thanks for the report. > > Eric > > Nils Wagner wrote: >> Hi all, >> >> I guess this bug is due to recent changes in svn >> >> from pylab import pl

Re: [Matplotlib-users] AttributeError: class Axes has no attribute 'pcolor_classic'

2006-11-16 Thread Eric Firing
Nils, That is fixed now. I was sure I had removed it last night--I don't know how I fouled it up, but I certainly did. Thanks for the report. Eric Nils Wagner wrote: > Hi all, > > I guess this bug is due to recent changes in svn > > from pylab import plot, show, xlabel, ylabel, figure,

[Matplotlib-users] matplotlib and zope problem

2006-11-16 Thread Marek Szczypiński
Hello All, I'am sorry, for resenting this email, but I had some problems with my e-mail client, and (probably) lost the response (if there was any) before I could read it. The archive of matplotlib-users list are messed up, because the last post there is from 2006-10-02, and it prevent's me fro

[Matplotlib-users] saving co-ordinates of the markers on a plot without wxpython

2006-11-16 Thread pranal shah
hey, i am newbie to both python n matplotlib. Would like to know if there is a way to save the co-ordinates of the points ploted in a graph. So that i could use them for some mouse over function using javascripts. the graphs are generated on windows based browsers so can not use wxpython. any i

[Matplotlib-users] AttributeError: class Axes has no attribute 'pcolor_classic'

2006-11-16 Thread Nils Wagner
Hi all, I guess this bug is due to recent changes in svn from pylab import plot, show, xlabel, ylabel, figure, semilogy, savefig, scatter File "/usr/lib64/python2.4/site-packages/pylab.py", line 1, in ? from matplotlib.pylab import * File "/usr/lib64/python2.4/site-packages/matplotlib