Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix broken imports.#15356

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tacaswell merged 1 commit intomatplotlib:masterfromanntzer:broken-imports
Oct 2, 2019
Merged

Conversation

anntzer
Copy link
Contributor

@anntzeranntzer commentedOct 1, 2019
edited
Loading

PR Summary

... due to#15210 crossing wires with other PRs.

Also needed to revert part of#14845 (cleanup) which exposed some of the issues hinted at in#14694.

will self-merge on CI pass.

PR Checklist

  • Has Pytest style unit tests
  • Code isFlake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

- Fix broken imports.- Workaround Arc bug.
@@ -1667,7 +1667,7 @@ def segment_circle_intersect(x0, y0, x1, y1):
# circle in the same way that it is relative to the desired ellipse.
box_path = Path.unit_rectangle()
box_path_transform = (transforms.BboxTransformTo(self.axes.bbox)
- self.get_transform())
+ self.get_transform().inverted())
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

this is less precise (box_path gets some ~1e-19 errors) but is needed to make Arc work...

@jklymakjklymak added the Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelOct 1, 2019
@jklymak
Copy link
Member

Does this need to be back ported to 3.2? Or can we milestone it 3.3?

@anntzer
Copy link
ContributorAuthor

#14694 and#15210 are only in 3.3 so it's the same here.

@anntzeranntzer added this to thev3.3.0 milestoneOct 1, 2019
@tacaswelltacaswell merged commitbde67e9 intomatplotlib:masterOct 2, 2019
@anntzeranntzer deleted the broken-imports branchOctober 2, 2019 06:43
tacaswell added a commit to tacaswell/matplotlib that referenced this pull requestJun 17, 2020
Merge pull requestmatplotlib#17564 from tacaswell/fix_big_arcFIX: big arc code path Conflicts:lib/matplotlib/patches.py         - implicitly backport a change frommatplotlib#15356 (from `- trans `            -> `+ trans.inverted()`)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@jklymakjklymakjklymak approved these changes

Assignees
No one assigned
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Milestone
v3.3.0
Development

Successfully merging this pull request may close these issues.

3 participants
@anntzer@jklymak@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp