The grid line will reappear if you set high enough resolution.
plt.subplot(111, polar=True, resolution=100)
This should be filed as a bug, though.
I guess the current default for resolution is 1. I think this was to
enable to draw a straight line in polar projection. However, my guess
is that it
> Magnus Benjes wrote:
>> Hello,
>> in version 0.98.5.2 the polar plot still has a problem with negativ
>> angles.
>> The polarplot is drawing a circle when the angle changes from negativ to
>> positiv (e.g. from -0.01 to +0.01).
>
> Your example works fine with svn. I don't recall whether the p
Magnus Benjes wrote:
> Hello,
> in version 0.98.5.2 the polar plot still has a problem with negativ angles.
> The polarplot is drawing a circle when the angle changes from negativ to
> positiv (e.g. from -0.01 to +0.01).
Your example works fine with svn. I don't recall whether the problem
was f