Skip to content
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

Remove support for bar(left=...) (as opposed to bar(x=...)). #11096

Merged
merged 1 commit into from Apr 23, 2018

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Apr 21, 2018

This was scheduled for 3.0. Some tests implicitly relied on the old
default of 'align="edge"' (via the _classic_test style), they were
manually updated. test_bar{,h}_signature was removed as it doesn't
really serve any purpose anymore.

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code is PEP 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.0 milestone Apr 21, 2018
Copy link
Member

@jklymak jklymak left a comment

Choose a reason for hiding this comment

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

modulo the "resp." stuff. I don't think I'm too illiterate, and I have no idea what that means. Whats wrong w/

``bar``/``barh`` no longer accept ``left``/``bottom`` kwargs

@@ -0,0 +1,5 @@
``bar`` (resp. ``barh``) no longer accepts ``left`` (resp. ``bottom`` as first named argument
Copy link
Member

Choose a reason for hiding this comment

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

resp??? and missing closing bracket after "bottom"...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See entry for "resp." at https://en.wikipedia.org/wiki/List_of_mathematical_jargon :-)
Anyways, switched to a simpler wording.

Copy link
Member

Choose a reason for hiding this comment

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

I am illiterate! And I even did a math degree (at some point, long ago, not very well...)

This was scheduled for 3.0.  Some tests implicitly relied on the old
default of 'align="edge"' (via the _classic_test style), they were
manually updated.  test_bar{,h}_signature was removed as it doesn't
really serve any purpose anymore.
@timhoffm timhoffm merged commit 3ec18e3 into matplotlib:master Apr 23, 2018
@anntzer anntzer deleted the barsig branch April 23, 2018 21:24
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.

None yet

3 participants