-
Notifications
You must be signed in to change notification settings - Fork 88
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
matplotlib examples appear to be broken #112
Comments
What do you mean by broken? They are upside down, and in the vector-2 example, the outline is upside down compared to the filled shape. (there is an issue about that already) |
Probably due to the |
Closing since no progress for 5 years. |
Well, they are examples, so not really urgent to fix... and fixing them would be somewhat a good first issue for new contributors. |
I'd expand on the earlier comment from @rougier - the problem is likely just the difference in the convention of the co-ordinates in glyph contours, and matplotlib . Matplotlib likely have the origin at the bottom left corner with the y-axis increasing UPWARD, as is custom in mathematics graph plotting. Many (the majority, really, of) computer screen drawing systems have it organised as like how the early computer screens draw things, starting at the top right corner going downward. I think postscript and cairo both have this convention: (0,0) is top right, y-axis increasing DOWNWARD. Anyway, this is a good new contributor issue... |
Most of the matplotlib (but not all--hello-world.py and glyph-vector.py, for example, seem to be okay.) examples are having issues. I'm on OS X 10.12.6.
Screenshots attached:
The text was updated successfully, but these errors were encountered: