You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input data in the script below should make a straight line on a polar plot. When autoscaling is off, the resulting line looks correct. When autoscaling is turned on (which is the default), the line has a strange bend around the center of the plot.
It appears that the autoscaling algorithm is adding a pad which makes the radial scale go negative. I could be wrong but I think that's not correct behavior and the radial axis should be bounded at 0.
Bug report
The input data in the script below should make a straight line on a polar plot. When autoscaling is off, the resulting line looks correct. When autoscaling is turned on (which is the default), the line has a strange bend around the center of the plot.
It appears that the autoscaling algorithm is adding a pad which makes the radial scale go negative. I could be wrong but I think that's not correct behavior and the radial axis should be bounded at 0.
Here is the incorrect result when autoscaling is on:
Here is the correction result when autoscaling is off:

Matplotlib version
The text was updated successfully, but these errors were encountered: