Are there any plans for incorporating this (what used to be mplot3d)
into the new matplotlib version?
Lisa Tauxe
Scripps Institution of Oceanography
La Jolla, CA 92093-0220
tel: (858) 534-6084
fax: (858) 534-0784
http://magician.ucsd.edu/~ltauxe/
[EMAIL PROTECTED]
NOTE: Fedex or other courie
Hello,
I just had a quick look at this problem. And I'm posting a quick
solution in case Christoper haven't dig it yet.
Index: lib/matplotlib/legend.py
===
--- lib/matplotlib/legend.py(revision 6138)
+++ lib/matplotlib/legend.py
I sent the below - with referenced attachments - about 24 hours ago and have
yet to see it posted - was it blocked due to the attachments?
DG
--- On Mon, 9/29/08, David Goldsmith <[EMAIL PROTECTED]> wrote:
> From: David Goldsmith <[EMAIL PROTECTED]>
> Subject: canvas.print_figure printing a vari
Christopher Brown wrote:
> Sorry, meant to send to the list...
>
> Hi Eric,
>
> EF> > the vertical padding is too large in the first
> EF> > legend, and too small in the second.
> EF>
> EF> This looks to me like a design flaw: the pad is "fractional"
> EF> (fraction of legend box size), when log
Thomas Guettler wrote:
> Hi,
>
> this snippet works if there are more (or less) elements in the menMeans
> tuple. If
> there are three, it does not work since the bar command thinks the three
> element tuple is a tuple of rgb values. But it is a (r, g, b) tuple.
>
> I think it is a bug. Should I
Folks,
I sent this msg last Friday but it never appeared in the digest...
I am trying to install, in a private 'space', 0.98.3 on a linux
x86-64 scientific cluster on which I am not the admin. tcl/tk is
indeed installed, and I know where they are. matplotlib cannot find
them. When running '
On Tue, Sep 30, 2008 at 6:00 AM, Antonio Gonzalez <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Running the latest mpl (svn 6134), 'fill_between.py' from the examples
> directory fails:
>
> File "fill_between.py", line 2, in
>import matplotlib.numerical_methods as numerical_methods
> ImportError: No
Hello,
Running the latest mpl (svn 6134), 'fill_between.py' from the examples
directory fails:
File "fill_between.py", line 2, in
import matplotlib.numerical_methods as numerical_methods
ImportError: No module named numerical_methods
Regards,
Antonio
-
Hi,
this snippet works if there are more (or less) elements in the menMeans
tuple. If
there are three, it does not work since the bar command thinks the three
element tuple is a tuple of rgb values. But it is a (r, g, b) tuple.
I think it is a bug. Should I create a ticket?
I use 0.98.3
I help