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

2006-12-24 Thread [EMAIL PROTECTED]
> contourf is not drawing in raster mode--it is generating filled > polygons. What you are seeing is the fact that when it follows the edge > of a masked region, it does so in a stairstep fashion. This is inherent > in the algorithm being used. it seems that the filled polygon is composed of

Re: [Matplotlib-users] polar axes control

2006-12-24 Thread Pierre GM
On Monday 25 December 2006 01:30, Eric Firing wrote: > I don't think so--at least, I have not figured it out after a few > minutes of looking around and trying to understand how things work. I > think polar plotting needs quite a bit of work. Sorry for hijacking the thread, but a few months ago

Re: [Matplotlib-users] polar axes control

2006-12-24 Thread Eric Firing
Miles Lubin wrote: > Solved the problems, thanks. > > > Another issue has come up. After looking through > http://matplotlib.sourceforge.net/matplotlib.axes.html#PolarAxes, I see > a get_rmax() function, but there is no corresponding set_rmax(). Using > set_ylim() causes hanging when it attem

Re: [Matplotlib-users] polar axes control

2006-12-24 Thread Miles Lubin
Solved the problems, thanks. Another issue has come up. After looking through http://matplotlib.sourceforge.net/matplotlib.axes.html#PolarAxes, I see a get_rmax() function, but there is no corresponding set_rmax(). Using set_ylim() causes hanging when it attempts to graph, and set_xlim is cu

Re: [Matplotlib-users] polar axes control

2006-12-24 Thread Eric Firing
Miles Lubin wrote: > Hi, > > > I would like to be able to remove the dotted straight lines on the polar > axes, but keep the dotted circular lines (not sure of the technical > names, sorry). I also want to remove the degree measurement labels since > they are not meaningful for the data that I

[Matplotlib-users] polar axes control

2006-12-24 Thread Miles Lubin
Hi, I would like to be able to remove the dotted straight lines on the polar axes, but keep the dotted circular lines (not sure of the technical names, sorry). I also want to remove the degree measurement labels since they are not meaningful for the data that I am displaying. How would I go a

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

2006-12-24 Thread Eric Firing
[EMAIL PROTECTED] wrote: > 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 wh