-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Matplotlib hatch color broken #8076
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
Thank you for the very fast reply. Yes, this is what it should look like. The version you were using not yet the current version on PyPi that I can install using pip, I assume; is this current version on the devel branch from git? |
Yep, that's right. The branch I used is the current bugfix branch for 2.0, so the bug will be fixed when 2.0.1 is released. |
I think this was fixed by #7976 . |
Is there any ETA when version 2.0.1 may be released? |
The bugfix branch also seems to have some problems. While it draws the patch correctly (as above), legends still use black hatches (i.e. don't match the patch). |
Would it be possible to open a new issue with a minimal example that demonstrates broken hatches on legends? |
Uh oh!
There was an error while loading. Please reload this page.
This may have some similarities with #7992, but seems not identical to other bug reports I found.
Bug report
Bug summary
Code for reproduction
An example modified from http://matplotlib.org/users/path_tutorial.html is
Actual outcome
green rectangle filled with black cross hatching on white background.
Expected outcome
green rectangle filled with (more dense) green cross hatching on white background.
(Matplotlib 1.5.3-)
Matplotlib version
Python 3.6.0
IPython 5.2.2
Matplotlib 2.0.0
You should add a unit test for this.
Other examples
http://stackoverflow.com/questions/38168948/how-to-decouple-hatch-and-edge-color-in-matplotlib
using their code.
The text was updated successfully, but these errors were encountered: