Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Massive MEP move #4293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Mar 30, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC : move MEP24
  • Loading branch information
tacaswell committed Mar 29, 2015
commit a295d540c9e72179dd2f832e6e22bc9713984c9c
51 changes: 51 additions & 0 deletions 51 doc/devel/MEP/MEP24.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 off set clipped).

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


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



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


Alternatives
============
1 change: 1 addition & 0 deletions 1 doc/devel/MEP/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Matplotlib Enhancement Proposals
MEP21
MEP22
MEP23
MEP24
MEP25
Morty Proxy This is a proxified and sanitized view of the page, visit original site.