The latest beta of CDAT (Climate Data Analysis Tools, widely used in
the atmospheric/oceanographic sciences) is distributed with the
matplotlib source included.
On OSX, while it seems to compile without a hitch, plotting
interactively (or calling show() ) with the TkAgg backend results in a
seg fa
Any ideas? I can't seem to get it to work. I am basically doing a
horizontal stacked bar chart, and using different colors for the stacks.
Just need some way to identify what each color stands for.
--
View this message in context:
http://www.nabble.com/Need-to-do-a-legend-for-a-broken_barh-pl
On Wed, Oct 1, 2008 at 12:34 PM, Florian Koelling <[EMAIL PROTECTED]
> wrote:
> Hi Folks!
>
> Is there a way to plot simple x/y Data in matplotlib WITHOUT using the
> "import pylab" command? (in all examples I only saw pylab).
>
> I' working with openbabel(pybel) as well and I've got serious probl
All of the examples in the "api" directory use the object-oriented
interface, rather than the pylab one.
Florian Koelling wrote:
> Hi Folks!
>
> Is there a way to plot simple x/y Data in matplotlib WITHOUT using the
> "import pylab" command? (in all examples I only saw pylab).
>
> I' working with
Hi Folks!
Is there a way to plot simple x/y Data in matplotlib WITHOUT using the
"import pylab" command? (in all examples I only saw pylab).
I' working with openbabel(pybel) as well and I've got serious problems
whenever I use "from pylab import plot" or similar commands -
(if I do, SDF files a
Lisa Tauxe wrote:
> Are there any plans for incorporating this (what used to be mplot3d)
> into the new matplotlib version?
Not that I know of. It was not being maintained even before the move to
0.98.x.
Eric
-
This SF.N
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