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

Skip to content

Commit a295d54

Browse files
committed
DOC : move MEP24
1 parent 292a9a2 commit a295d54

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

doc/devel/MEP/MEP24.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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+
============

doc/devel/MEP/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ Matplotlib Enhancement Proposals
2525
MEP21
2626
MEP22
2727
MEP23
28+
MEP24
2829
MEP25

0 commit comments

Comments
 (0)