Skip to content

Conversation

dstansby
Copy link
Member

@dstansby dstansby commented Jun 28, 2020

PR Summary

Fixes #17736. See #17736 (comment) for reasons why I haven't added a deprecation; we can always add that later anyway if desired. The test errors without the fix, but maybe I should make it a figure comparison to make sure the ticks are being removed?

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

@dstansby dstansby added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Jun 28, 2020
@dstansby dstansby added this to the v3.3.0 milestone Jun 28, 2020
@tacaswell tacaswell merged commit 3a67529 into matplotlib:master Jun 28, 2020
@tacaswell
Copy link
Member

Travis has passed, but the webhooks to report back got lost.

Thanks @dstansby !

meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Jun 28, 2020
@dstansby dstansby deleted the empty-ticks branch June 28, 2020 17:58
@efiring efiring changed the title Allow passing emtpy list of ticks to FixedLocator Allow passing empty list of ticks to FixedLocator Jun 28, 2020
timhoffm added a commit that referenced this pull request Jun 28, 2020
…784-on-v3.3.x

Backport PR #17784 on branch v3.3.x (Allow passing emtpy list of ticks to FixedLocator)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ax.set_xticklabels([]) for categorical plots is broken in 3.3.0rc1
3 participants