> 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
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
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
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
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
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
[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