clean completely your precedent installation. That means remove the directory
matplotlib in the site-package directory.
N.
Le mardi 10 octobre 2006 09:46, Bill Dandreta a écrit :
> I upgraded matplotlib (from 0.84 to 0.87.4 and then 0.87.5) and my
> scripts that previously worked no longer plot.
Try deleting you "~/.matplotlib" folder. Also, the latest matplotlib
is 0.87.6 and it should be used with numpy-1.0rc1 and up. The older
builds require older versions of numpy. (This is just assuming you
are using numpy, but an important note for all).
On 10/10/06, Bill Dandreta <[EMAIL PROTECT
On 10/10/06, R. Padraic Springuel <[EMAIL PROTECTED]> wrote:
> I haven't tried the binaries because there isn't one for python 2.5 and
> Mac OS 10.4 (the particular combination that I have). I could use the
> binaries if I went back to python 2.4, but I'm trying avoid that if
> possible.
So actua
I upgraded matplotlib (from 0.84 to 0.87.4 and then 0.87.5) and my
scripts that previously worked no longer plot.
No error message just won't plot.
I tried down grading to 0.84, that no longer plots either.
I used the simple_plot.py example for testing.
Bill
-
I haven't tried the binaries because there isn't one for python 2.5 and
Mac OS 10.4 (the particular combination that I have). I could use the
binaries if I went back to python 2.4, but I'm trying avoid that if
possible.
--
R. Padraic Springuel
Teaching Assistant
Department of Physics and Astr
> "humufr" == humufr <[EMAIL PROTECTED]> writes:
humufr> Hi, I'm using very often the load command, I
humufr> would like to know why the default comments character is
humufr> still '%', the one from matlab, other than historical? I
humufr> would prefer to have the
Hi,
I'm using very often the load command, I would like to know why the default
comments character is still '%', the one from matlab, other than historical?
I would prefer to have the one from python '#'. I know it's just a personal
preference but we are using python so for cons
Hi,
I have a problem when importing numpy from matplotlib.numerix:
When I do:
import matplotlib
import matplotlib.numerix as num # numpy
from num import median, std
I get:
exceptions.ImportError Traceback (most
recent call last)
ImportErr
Hi Eric,
I don't think this is a bug. Your last import doesnt do what you think it is
doing. For example:
In [1]: import matplotlib as d
In [2]: from d import rcParams
---
exceptions.ImportError
Le Lundi 9 Octobre 2006 19:11, Zack a écrit :
> Bonjour François!
>
> Take it easy.
>
> rc("lines", markeredgewidth=4)
>
> There is no reasons to put cycle inside you code.
>
> Regards,
Thanks for the tips zack !
It works like a dream ...
Is there a way to specify only major or minor ticks marks
> data (and I assume your graphs are done a similar
> way), and so I
It turned out to be too slow for me to generate them
on the fly. I pregenerate most images that you see at
www.eswap.com
If you have a fast enought web connection the page
should load up in 3-4 secnods.
Vineet
_
On 10/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I mean in the original data format, without any characters like "[],"
> Thanks
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's
[EMAIL PROTECTED] wrote:
> Hi,
>
> some times ago I saw that the rgb color was not working anymore, the hexa
> code
> yes but not the rgb.
>
> markerfacecolor=(120,120,120,)
>
> retrun this error:
>
> ValueError: to_rgb: Invalid rgb arg "(120, 120, 120)"
> to_rgb: Invalid rgb arg "(120, 120,
> what command is used to "pull" the graph into the
> web page - the matplotlib "show" command?
There are a bunch of ways to do this. One way is to pregenerate the
charts you need and store them as .png or .gif files on the server. If
you need truly dynamic images, then you need to make a Pytho
"Derek Hohls" <[EMAIL PROTECTED]> writes:
> ie. 0.2 0.4 0.6... followed by a rather large and ugly-looking
> x1e+4
> Is there is a simple way to avoid exponential notation?
Try using a FormatStrFormatter with a suitable format string:
from matplotlib.ticker import FormatStrFormatter
ax=gc
15 matches
Mail list logo