Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.01 KB

File metadata and controls

51 lines (33 loc) · 1.01 KB

MEP24: Negative radius in polar plots

Discussion

None

It is clear that polar plots need to be able to gracefully handle negative r values (not by clipping or reflection).

One obvious application that we should support is bB plots (see #1730 (comment)), but this seems more generally useful (for example growth rate as a function of angle). The assumption in the current code (as I understand it) is that the center of the graph is r==0, however it would be good to be able to set the center to be at any r (with any value less than the offset clipped).

#1730, #1603, #2203, #2133