[Matplotlib-users] violin plots

2009-09-17 Thread Andrew Straw
Flávio Coelho has implemented Violin plots for MPL. Nice! He has a question regarding its suitability for inclusion due to a dependency on scipy for the gaussian_kde function. http://pyinsci.blogspot.com/2009/09/violin-plot-with-matplotlib.html Is there a place this could live in the MPL code base

Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread Eric Firing
Reckoner wrote: > thanks. does this mean that > > http://www.scipy.org/Cookbook/Matplotlib/mplot3D > > is out of date? Yes. Eric > > thanks > > > > On Thu, Sep 17, 2009 at 6:22 PM, John Hunter wrote: >> On Thu, Sep 17, 2009 at 6:46 PM, Reckoner wrote: >>> unless I'm misunderstanding some

Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread Reckoner
thanks. does this mean that http://www.scipy.org/Cookbook/Matplotlib/mplot3D is out of date? thanks On Thu, Sep 17, 2009 at 6:22 PM, John Hunter wrote: > On Thu, Sep 17, 2009 at 6:46 PM, Reckoner wrote: >> unless I'm misunderstanding something, the website says that >> >> matplotlib-0.99.0.

Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread John Hunter
On Thu, Sep 17, 2009 at 6:46 PM, Reckoner wrote: > unless I'm misunderstanding something, the website says that > > matplotlib-0.99.0.win32-py2.5 > > should contain the axes3d material. It doesn't. Instead, it axes3d.py > contains the following: > > raise NotImplementedError('axes3d is not support

[Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread Reckoner
unless I'm misunderstanding something, the website says that matplotlib-0.99.0.win32-py2.5 should contain the axes3d material. It doesn't. Instead, it axes3d.py contains the following: raise NotImplementedError('axes3d is not supported in matplotlib-0.98. You may want to try the 0.91.x maintena

Re: [Matplotlib-users] tk_agg plotting error when using legend()

2009-09-17 Thread Jae-Joon Lee
This turned out to be a bug in the legend code. This is now fixed in the maint. branch and the trunk. Adam, Do you want these vertical lines show up in the legend? If not, the easiest workaround is to use some garbage label which starts with "_", i.e., vlines(3e10/6000e-8,1e-7,1e-4,linestyle='--'

[Matplotlib-users] tk_agg plotting error when using legend()

2009-09-17 Thread Adam Ginsburg
Hi, I'm running into the following error: findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=medium to Bitstream Vera Sans (/usr/X11R6/lib/X11/fonts/TTF/Vera.ttf) with score of 0.00 Found dvipng version 1.11 findfont: Matching :family=sans-seri

Re: [Matplotlib-users] Issues with PNG creation

2009-09-17 Thread John Hunter
On Thu, Sep 17, 2009 at 1:54 PM, Benjamin Welton wrote: > Hello All, > >    Iv run into a strange issue involving outputting a graph to a png > format. Anytime i try to output a png file the python interpreter > crashes.  However when using other formats (such as pdf or svg) there > are no issues

Re: [Matplotlib-users] make.osx file

2009-09-17 Thread John Hunter
On Wed, Sep 16, 2009 at 5:07 PM, Thomas Robitaille wrote: > Hello, > > The make.osx file is now required (or at least recommended) to build > matplotlib on MacOS X, but the file is absent from the 0.9.1 RC1 > tarfile. Is this an oversight, or is it deliberate? > This is fixed in the release branc

[Matplotlib-users] Issues with PNG creation

2009-09-17 Thread Benjamin Welton
Hello All, Iv run into a strange issue involving outputting a graph to a png format. Anytime i try to output a png file the python interpreter crashes. However when using other formats (such as pdf or svg) there are no issues with the output. I am running python 2.5.4 x86 on Windows 2008

[Matplotlib-users] saving an axes to draw in a different figure

2009-09-17 Thread jason-sage
I'm trying to draw the axes from one figure directly over the axes for another figure, in a sense, combining the two axes as two layers on one figure. So, first I get an axes instance, "ax". import matplotlib.pyplot as plt fig=plt.figure() fig.add_subplot(111) plt.plot(range(10), [i^2 for i in

Re: [Matplotlib-users] Simple pattern recognition

2009-09-17 Thread Gökhan Sever
On Wed, Sep 16, 2009 at 10:46 PM, Tony S Yu wrote: > > On Sep 16, 2009, at 8:22 PM, Gökhan Sever wrote: > > Hello all, > > I want to be able to count predefined simple rectangle shapes on an image > as shown like in this one: > http://img7.imageshack.us/img7/2327/particles.png > > Which is in my

Re: [Matplotlib-users] Polar plots rendered incorrectly in SVG

2009-09-17 Thread Michael Droettboom
Thanks. I think you're right, Jae-Joon. I've committed a slightly simplified version of your patch on the 0.99 branch and trunk. Mike Jae-Joon Lee wrote: > Thanks for reporting the problem. > I can reproduce this error in the svn trunk. > > My diagnosis is that this is because the clip mask is

Re: [Matplotlib-users] mplot3d bars3d demo

2009-09-17 Thread Michael Droettboom
The bug was fixed on the 0.99.x branch, not in 0.99.0 (which predates the fix). The fix should, however, make it into the forthcoming 0.99.1 release. Cheers, Mike Nicolas Bigaouette wrote: > I have reported that issue on the tracker at the end of July. You can > fin dit here: > http://sourcef

Re: [Matplotlib-users] DeprecationWarning

2009-09-17 Thread Jouni K . Seppänen
"Nils Wagner" writes: > Is it possible to suppress the output of > DeprecationWarning messages on the screen ? Run python with the -Wignore::DeprecationWarning option; see the manual page for details. -- Jouni K. Seppänen http://www.iki.fi/jks ---

[Matplotlib-users] DeprecationWarning

2009-09-17 Thread Nils Wagner
Hi all, Is it possible to suppress the output of DeprecationWarning messages on the screen ? Nils -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this

Re: [Matplotlib-users] Latex characters don't show when I save to eps

2009-09-17 Thread Diaboflo
Hi all, I got my administrator to update the python modules (matplotlib, scipy, numpy) and now it works fine. Seems to be an already fixed bug. Thanks to all for your help! Flo -- View this message in context: http://www.nabble.com/Latex-characters-don%27t-show-when-I-save-to-eps-tp25433829p2548

Re: [Matplotlib-users] matplotlib 0.99.1rc1 available for testing

2009-09-17 Thread Werner F. Bruhin
Eric, Eric Firing wrote: > Werner, > >>> Instead, it looks to me like the best solution is the one you >>> provided at the very bottom of >>> http://www.py2exe.org/index.cgi/MatPlotLib. >> I am happy with what ever change is done as long as it also works for >> py2exe'd application. >> > > I hav