Skip to content

Fix errorbar drawstyle #19888

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 1 commit into from
Apr 9, 2021
Merged

Conversation

smartlixx
Copy link
Contributor

PR Summary

close #19879

PR Checklist

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (run flake8 on changed files to check).
  • [N/A] New features are documented, with examples if plot related.
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • Conforms to Matplotlib style conventions (install flake8-docstrings and run flake8 --docstring-convention=all).
  • [N/A] New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • [N/A] API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).

@smartlixx smartlixx force-pushed the FIX_errorbar_drawstyle branch from f3cd9a9 to 8ec37e1 Compare April 7, 2021 09:34
@smartlixx smartlixx force-pushed the FIX_errorbar_drawstyle branch from 8ec37e1 to f030ebe Compare April 8, 2021 01:36
@smartlixx smartlixx requested a review from dstansby April 8, 2021 01:38
drewejohnson added a commit to drewejohnson/serpent-tools that referenced this pull request Apr 8, 2021
drewejohnson added a commit to drewejohnson/serpent-tools that referenced this pull request Apr 8, 2021
yerr and drawstyle are incompatible after 3.3.4
- matplotlib/matplotlib#19879
- matplotlib/matplotlib#19888

(cherry picked from commit cb35020)

Matplotlib limit enforced through setup.py not setup.cfg as the latter
is a development-branch feature
@timhoffm timhoffm added this to the v3.4.2 milestone Apr 9, 2021
@timhoffm timhoffm merged commit 7a2ebfa into matplotlib:master Apr 9, 2021
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Apr 9, 2021
QuLogic added a commit that referenced this pull request Apr 9, 2021
…888-on-v3.4.x

Backport PR #19888 on branch v3.4.x (Fix errorbar drawstyle)
drewejohnson added a commit to drewejohnson/serpent-tools that referenced this pull request Jun 4, 2021
80f69be was too strong in making this an upper limit.
We just want to encourage people to not use this version due to know
issues with these functions

- matplotlib/matplotlib#19879
- matplotlib/matplotlib#19888
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.

Using "drawstyle" raises AttributeError in errorbar, when yerr is specified.
3 participants