Skip to content

FIX: do not pass dashes to collections in errorbar #22594

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
Mar 4, 2022

Conversation

tacaswell
Copy link
Member

PR Summary

dashes is another Line2D only kwarg that should not be passed to all of the
artists created.

closes #22590

PR Checklist

Tests and Styling

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (install flake8-docstrings and run flake8 --docstring-convention=all).

*dashes* is another Line2D only kwarg that should not be passed to all of the
artists created.

closes matplotlib#22590
@tacaswell tacaswell added this to the v3.5.2 milestone Mar 3, 2022
@oscargus oscargus merged commit 940cc2c into matplotlib:main Mar 4, 2022
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Mar 4, 2022
oscargus added a commit that referenced this pull request Mar 4, 2022
…594-on-v3.5.x

Backport PR #22594 on branch v3.5.x (FIX: do not pass dashes to collections in errorbar)
@tacaswell tacaswell deleted the fix_errobar_dash branch March 4, 2022 20:49
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.

[Bug]: ValueError: Do not know how to convert "list" to dashes; when using axes errorbar.
3 participants