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
fix: display polarhistograms with more than 89 bins properly
Change petal resolution to the larger one of (a) 360 points (359
segments) per circle or (b) n_histogram_bins+1
points (n_histogram_bins segments). Ensuring at least one segment per
bin petal.
Previously polarhistograms had a fixed resolution of 90 points (89
segments) per circle. Specifying more than 89 bins would result in
either an empty plot (due to a bug in linspace) or too narrow
petals (with this linspace bug fixed).
0 commit comments