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
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 ?
---
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
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 *
>>
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
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
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
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.
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)
> "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
> "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
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)
>
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
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
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,
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
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
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
18 matches
Mail list logo