Hello,
I'm the developer of DreamPie, a new graphical Python shell (you can
check it out at http://dreampie.sourceforge.net )
I worked to make it work nicely with matplotlib -- it runs Tk/GTK/Qt
event loops when idle, so if matplotlib is in interactive mode it
works great. I even made DreamPie ch
Hello, list!
I am trying to create a Mac application package from python modules using
matplotlib and wxpython.
Before packaging, my code generated only a user warning of multiple calls on
matplotlib.use method.
When I tried to run the application after packaging with py2app, the
application crash
From: Yi Shang [mailto:mirandaisb...@gmail.com]
Sent: Friday, August 27, 2010 15:34
from numpy import *
from matplotlib import pyplot as plt
import pylab
params = {'font.size' : 16,
'axes.labelsize' : 16,
'font.style' : 'normal',
'font.family' : 'sans-serif',
On Thu, Sep 2, 2010 at 9:23 AM, Benjamin Root wrote:
> This also raises another pet peeve of mine. The Agg backend seems to use
> linear blending for alpha. This is inconsistent with how the world works.
> It is more realistic for logarithmic blending, or at least, a piece-wise
> linear blending
On Thu, Sep 2, 2010 at 9:11 AM, Ryan May wrote:
> On Thu, Sep 2, 2010 at 2:15 AM, Mitesh Patel wrote:
> > Hello,
> >
> > Is it possible to specify both an alpha level and a background color so
> > that an entire saved image has a uniform transparency and color? For
> > example, with matplotlib
On Thu, Sep 2, 2010 at 2:15 AM, Mitesh Patel wrote:
> Hello,
>
> Is it possible to specify both an alpha level and a background color so
> that an entire saved image has a uniform transparency and color? For
> example, with matplotlib 1.0.0, this script yields the attached image:
>
> from matplo
On Thu, Sep 2, 2010 at 2:15 AM, Mitesh Patel wrote:
> Hello,
>
> Is it possible to specify both an alpha level and a background color so
> that an entire saved image has a uniform transparency and color? For
> example, with matplotlib 1.0.0, this script yields the attached image:
>
> from matplot
Hi, I was struggling with the same problem since 2 days. But today I found
the solution here:
http://efreedom.com/Question/1-2195983/Matplotlib-Formatting-Dates-Axis-3D-Bar-Graph
#When you use the method
ax.set_xtics
#it doesn't put ticks to your 3d plot, instead puts ticst to 2D canvas.
#Wh
Benjamin Root writes:
>
> Jens,Which version of matplotlib are you using? I wonder if this is the
> path.simplify bug that was fixed for 1.0.Essentially, there was a bug in some
> code that caused some points to be skipped in the process of displaying
> images
> that had datapoints that wer
Mike,
Using svn trunk, I see exactly the problem Jens is talking about. Maybe
there is still a bug in the path simplification? If I try to plot after
turning simplification off, I don't get any image at all, so I can't
immediately say whether the problem is in the simplification.
To reproduc
Hi.
I tested the svn snapshot from yesterday to see if the problem is there for me
in the most recent version. I had to do the check on a linux box, as that one
is the only one I am able to compile on. The svn version states itself as 1.0.0
also in matplotlib.__version__ which I hope is ok. The
Hello,
Is it possible to specify both an alpha level and a background color so
that an entire saved image has a uniform transparency and color? For
example, with matplotlib 1.0.0, this script yields the attached image:
from matplotlib.pyplot import figure, savefig, show
fig = figure()
ax = fig.
12 matches
Mail list logo