File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ =======================================
2+ MEP24: negative radius in polar plots
3+ =======================================
4+
5+ .. contents ::
6+ :local:
7+
8+
9+
10+ Status
11+ ======
12+ *Discussion *
13+
14+ Branches and Pull requests
15+ ==========================
16+
17+ None
18+
19+ Abstract
20+ ========
21+
22+ It is clear that polar plots need to be able to gracefully handle
23+ negative r values (not by clipping or reflection).
24+
25+ Detailed description
26+ ====================
27+
28+ One obvious application that we should support is bB plots (see
29+ https://github.com/matplotlib/matplotlib/issues/1730#issuecomment-40815837),
30+ but this seems more generally useful (for example growth rate as a
31+ function of angle). The assumption in the current code (as I
32+ understand it) is that the center of the graph is `r==0 `, however it
33+ would be good to be able to set the center to be at any `r ` (with any
34+ value less than the off set clipped).
35+
36+ Implementation
37+ ==============
38+
39+
40+ Related Issues
41+ ==============
42+ #1730, #1603, #2203, #2133
43+
44+
45+
46+ Backward compatibility
47+ ======================
48+
49+
50+ Alternatives
51+ ============
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ Matplotlib Enhancement Proposals
2525 MEP21
2626 MEP22
2727 MEP23
28+ MEP24
2829 MEP25
You can’t perform that action at this time.
0 commit comments