[Matplotlib-users] OSX CDAT Matplotlib interactive plots crash

2008-10-01 Thread Andrew Charles
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

[Matplotlib-users] Need to do a legend for a broken_barh plot

2008-10-01 Thread greg7201
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

Re: [Matplotlib-users] plotting without using pylab

2008-10-01 Thread Gary Pajer
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

Re: [Matplotlib-users] plotting without using pylab

2008-10-01 Thread Michael Droettboom
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

[Matplotlib-users] plotting without using pylab

2008-10-01 Thread Florian Koelling
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

Re: [Matplotlib-users] axes3D

2008-10-01 Thread Eric Firing
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

Re: [Matplotlib-users] colors: rgb tuple vs. tuple of rgb values

2008-10-01 Thread Eric Firing
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