Hi all,
I'm having trouble using multiple figures with mplot3d. Once each new figure
is plotted, the plots from new figure is also displayed in all of the old
figures. For example, once the plot for figure 2 has finished, the plot fo
figure 1 is replaced by a copy of the plot for figure 2, and s
Hey all,
I try to create a .exe file using py2exe, but this error shows up when i try
to run the created file .exe:
Traceback (most recent call last):
File "ModeloPitzer.py", line 2, in
File "zipextimporter.pyo", line 82, in load_module
File "matplotlib\pyplot.pyo", line 95, in
File "ma
On 02/04/2011 02:03 PM, Christoph Gohlke wrote:
[...]
>
> How about these changes to color.py (attached). This avoids copies, uses
> in-place operations, and calculates single precision when normalizing
> small integer and float32 arrays. Similar could be done for LogNorm. Do
> masked arrays suppor
On Fri, Feb 4, 2011 at 6:41 PM, Benjamin Root wrote:
> On Friday, February 4, 2011, Massimo Di Stefano
> wrote:
> > Hello All,
> >
> >
> > i'm plotting a 3d colored surface using a 4D array that comes from a .mat
> file
> > using this code :
> >
> >
> > import scipy.io as sio
> > import pylab as
Jorge Scandaliaris writes:
< snip >
>
> The symptoms are that
> the interaction (keys and mouse clicks) works OK as long as I don't resize the
> window. Once I do this, the interaction is gone. What happens when the window
> is
> resized, that could be related to what I experience.
>
> OK, lets
Dear all,
I want to generate a pdf with some text and graphics. Since I use
matplotlib to make plot through the graphical user interface, I want to
embed these graphs directly into a cairo (or pangocairo) instance.
But I cannot manage.
I send a small example. If you can help me
import cairo