Skip to content

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Jun 24, 2020

We always reset this property to a renderer-dependent value in draw(),
so user-set values have no effect and this property is basically just a
way for draw() to communicate renderer dpi to the arrow transmuters. So
deprecate it, and replace it for now by the corresponding private
attribute (but see comment).

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code is Flake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@anntzer anntzer added this to the v3.4.0 milestone Jun 24, 2020
Copy link
Member

@QuLogic QuLogic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typos.

We always reset this property to a renderer-dependent value in draw(),
so user-set values have no effect and this property is basically just a
way for draw() to communicate renderer dpi to the arrow transmuters.  So
deprecate it, and replace it for now by the corresponding private
attribute (but see comment).
@anntzer
Copy link
Contributor Author

anntzer commented Jun 25, 2020

yup

@QuLogic QuLogic merged commit 7fd177b into matplotlib:master Jun 25, 2020
@anntzer anntzer deleted the dpi_cor branch June 25, 2020 21:58
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.

3 participants