"Wayne E. Harlan" <[EMAIL PROTECTED]> writes:
> I cannot find any references to CVS in any of the Matplotlib web pages
The code is in a Subversion repository:
http://sourceforge.net/svn/?group_id=80706
(You probably want to add "/trunk" to the URL as mentioned in the
"warning" paragraph.)
> It
I have a serious problem with my Linux installation of matplotlib. It
segfaults after a very brief display of a plot window outline (no actual
plot within it). Before presenting the details of my problem, I would
like to download the latest CVS version to make sure this hasn't been
fixed alre
On Mon, 01 Oct 2007, David D Clark apparently wrote:
> y=[array([]),array([]),array([])...]
> and x=array([x0,x1,x2,...])
> I want to plot the family of curves y=f(x).
> plot(x,y[n]) where n is the nth array in y plots the correct curve,
> however plot(x,y) and plot(x,y[:]) complain about misma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
I have been struggling with this all afternoon. I have a function which
generates an array of arrays:
y=[array([]),array([]),array([])...]
and x=array([x0,x1,x2,...])
I want to plot the family of curves y=f(x).
plot(x,y[n]) where n is the nt
On Monday 01 October 2007 01:25:11 pm Tom Johnson wrote:
> On 9/27/07, Tom Johnson <[EMAIL PROTECTED]> wrote:
> > On 9/27/07, Darren Dale <[EMAIL PROTECTED]> wrote:
> > > On Thursday 27 September 2007 01:28:46 am Tom Johnson wrote:
>
> [snip]
>
> > > > Actually, the problem exists as early as the d
Lee, Young-Jin wrote:
> Folks, I need your help. I'll explain a little further what happens.
> Following is a test program,'test.py', and screen shot of the error
> message. Here, 'test.py' is simple chart of sinusoidal function in
> http://matplotlib.sourceforge.net/screenshots.html (simple_plot.p
David Loyall wrote:
> On 10/1/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
>> We can first try to track down whether the Arial MS Unicode font is
>> getting picked up. In your matplotlibrc, can you add:
>>
>>verbose: debug-annoying
>
> Michael,
>
> Thank you. Interesting results:
>
>
On 10/1/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> We can first try to track down whether the Arial MS Unicode font is
> getting picked up. In your matplotlibrc, can you add:
>
>verbose: debug-annoying
Michael,
Thank you. Interesting results:
With verbose.level set to debug-annoyi
We can first try to track down whether the Arial MS Unicode font is
getting picked up. In your matplotlibrc, can you add:
verbose: debug-annoying
and send the output of your plot to the list? You'll see where it looks
up the font and whether that lookup failed or not.
There have been a nu
Jan Strube wrote:
> Sorry, reposting, because I sent it from the wrong address.
>
> I'm having some problems understanding the difference between
> pylab.xticks() and pylab.yticks()
> Consider the following:
>
> import pylab as P
> import numpy as N
>
> data =
10 matches
Mail list logo