X Tutup
Skip to content

Warn if different axis projection requested#7604

Merged
QuLogic merged 2 commits intomatplotlib:masterfrom
dstansby:polar-plots
Dec 19, 2016
Merged

Warn if different axis projection requested#7604
QuLogic merged 2 commits intomatplotlib:masterfrom
dstansby:polar-plots

Conversation

@dstansby
Copy link
Copy Markdown
Member

A first step towards #312 (I think), without breaking any compatibility.

  • Warn if plt.polar is called and current axis doesn't have a polar projection
  • Warn if plt.gca() is called with a requested projection which is different from the axis projection

@tacaswell tacaswell added this to the 2.1 (next point release) milestone Dec 11, 2016
@NelleV
Copy link
Copy Markdown
Member

NelleV commented Dec 19, 2016

This looks good to me 👍

@NelleV NelleV changed the title Warn if different axis projection requested [MRG+1] Warn if different axis projection requested Dec 19, 2016
@QuLogic QuLogic changed the title [MRG+1] Warn if different axis projection requested Warn if different axis projection requested Dec 19, 2016
@QuLogic QuLogic merged commit a889cff into matplotlib:master Dec 19, 2016
@dstansby dstansby deleted the polar-plots branch December 27, 2016 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup