Hi,
matplotlib can make a contour plot on a masked array z using
contourf(x,y,z).but it seems that it draws in a raster mode.there is
sawtooth at the edge of the picture when it is zoomed.can contour be
drawed in a vector mode? i means that
1) give an array z which has not been masked.
2) contourf
Hi,
I'm having problems with building mpl from SVN on WinXP, Python 2.5,
latest numpy. I'm using MinGW from the enthought edition. I remember
building it without problems just few weeks ago. The build process
finishes without error. Then, when I try:
from pylab import *
it crashes
import ma
I have verified that this occurs also on svn mpl with Linux,
In [4]:cairo.cairo_version_string()
Out[4]:'1.2.4'
The immediate solution is to use a different backend.
Eric
[EMAIL PROTECTED] wrote:
> hi,
> TypeError happened when I ran contour_demo.py -dGtkCairo,Can anybody
> tell me the reason?
hi,
TypeError happened when I ran contour_demo.py -dGtkCairo,Can anybody
tell me the reason?
TypeError: surface_create_for_array() argument 1 must be array, not
numpy.ndarray
-
window xp
python24
matplotlib 0.87
--
<>
---