Skip to content
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

Stop guessing whether Paths are polygons on new MPL. #1162

Merged
merged 2 commits into from
Nov 10, 2018

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Oct 30, 2018

The main things that suffered from this are font glyphs, fixed in 2.0.1 (matplotlib/matplotlib#8028), and contours, which were fixed with Matplotlib's new contouring code. Legacy contouring was remove in 2.2.0 (matplotlib/matplotlib#9316).

Also, our own geos_to_path, which was just fixed in this PR.

Fixes #1078.
Fixes #158 also, I think.

@QuLogic
Copy link
Member Author

QuLogic commented Oct 30, 2018

I suppose this will have to wait until after #1130 since we aren't testing 2.2+ on CI yet.

@dopplershift
Copy link
Contributor

Can you add a test based on #1078? Or is there something here like that I’m missing?

@dopplershift dopplershift added this to the 0.17 milestone Oct 31, 2018
@QuLogic
Copy link
Member Author

QuLogic commented Nov 5, 2018

No, good point; I will add it when I rebase for new Matplotlib.

@QuLogic QuLogic force-pushed the path-close branch 3 times, most recently from 4e71dbf to 39a9748 Compare November 8, 2018 23:56
The main things that suffered from this are font glyphs, fixed in 2.0.1,
and contours, which were fixed with Matplotlib's new contouring code.
Legacy contouring was remove in 2.2.0.

Also, our own geos_to_path, which was just fixed.
@QuLogic
Copy link
Member Author

QuLogic commented Nov 9, 2018

OK, rebased and added a test here.

@dopplershift
Copy link
Contributor

Once again, merging over CI for #1171.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Closed line is wrapping around the border Remove path_to_geos heuristics
2 participants