-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Pyplot hlines and vlines do not use the 'lines.color' property in rcParams by default #16482
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
Comments
Is anyone else currently working on this? If not I'll give it a try. |
We would like to work on this issue if you have not started yet. |
You're more than welcome to get started on this! I haven't started yet. |
My team has already started on it, sorry.
Thanks for the confirmation! |
There is discussion in #16714 about whether |
Not necessarily. |
…ine with issue matplotlib#16482 added test coverage for changes to pyplot hlines() and vlines() interface adding API changes to api_changes updated Axes.vlines and Axes.hline docstring inline with changes updated spacing to be 2 line compliant
…ine with issue matplotlib#16482 added test coverage for changes to pyplot hlines() and vlines() interface adding API changes to api_changes updated Axes.vlines and Axes.hline docstring inline with changes updated spacing to be 2 line compliant
…ine with issue matplotlib#16482 added test coverage for changes to pyplot hlines() and vlines() interface adding API changes to api_changes updated Axes.vlines and Axes.hline docstring inline with changes updated spacing to be 2 line compliant updated implementation for iss-16482 inline with review comments removed unnecessary import of image_comparator decorator running boilerplate.py to update vlines/hlines methods updating inline with review comments fixing flake8 errors updating inline with reviewer comments updating inline with reviewer comments
…ine with issue matplotlib#16482 added test coverage for changes to pyplot hlines() and vlines() interface adding API changes to api_changes updated Axes.vlines and Axes.hline docstring inline with changes updated spacing to be 2 line compliant updated implementation for iss-16482 inline with review comments removed unnecessary import of image_comparator decorator running boilerplate.py to update vlines/hlines methods updating inline with review comments fixing flake8 errors updating inline with reviewer comments updating inline with reviewer comments updated vlines/hlines default color tests inline with code review
Closed by #16953. |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug summary
hlines
andvlines
color does not default tolines.color
in rcParams. The default argument is 'k' which doesn't work with dark backgrounds.Code for reproduction
Actual outcome
Expected outcome
Matplotlib version
print(matplotlib.get_backend())
): module://ipykernel.pylab.backend_inlineThe text was updated successfully, but these errors were encountered: