[Matplotlib-users] can contour be drawed in "vector mode"?

2006-12-23 Thread [EMAIL PROTECTED]
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

[Matplotlib-users] Problems with building from source on windows with MinGW

2006-12-23 Thread Edin Salkovic
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

Re: [Matplotlib-users] surface_create_for_array() argument 1 must be array, not numpy.ndarray

2006-12-23 Thread Eric Firing
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?

[Matplotlib-users] surface_create_for_array() argument 1 must be array, not numpy.ndarray

2006-12-23 Thread [EMAIL PROTECTED]
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 -- <> ---