File: MEP24.rst

package info (click to toggle)
matplotlib 3.10.1%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,340 kB
  • sloc: python: 147,118; cpp: 62,988; objc: 1,679; ansic: 1,426; javascript: 786; makefile: 92; sh: 53
file content (51 lines) | stat: -rw-r--r-- 1,034 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=======================================
 MEP24: Negative radius in polar plots
=======================================

.. contents::
   :local:



Status
======
*Discussion*

Branches and Pull requests
==========================

None

Abstract
========

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

Detailed description
====================

One obvious application that we should support is bB plots (see
https://github.com/matplotlib/matplotlib/issues/1730#issuecomment-40815837),
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).

Implementation
==============


Related Issues
==============
#1730, #1603, #2203, #2133



Backward compatibility
======================


Alternatives
============