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
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
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.
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
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
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='--'
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
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
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
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
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
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
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
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
"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
---
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
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
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
18 matches
Mail list logo