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

Backport PR #12363 on branch v3.0.x#12512

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

Conversation

jklymak
Copy link
Member

FIX: errors in get_position changes

PR Summary

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

@@ -321,6 +321,8 @@ def __init__(self, ax, direction):
raise KeyError("direction must be one of left, right, bottom, top")

def __call__(self, renderer):
vl = [self._get_func(ax.get_tightbbox(renderer, False),
ax.bbox) for ax in self._ax_list]
get_func = self._get_func_map[self._direction]
Copy link
Member

Choose a reason for hiding this comment

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

self._get_func still exists in this branch, so I think this change was not strictly necessary, but it's probably fine.

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Ha no you were right - I chose the wrong branch for that change ;-)

@jklymakjklymakforce-pushed theauto-backport-of-pr-12363-on-v3.0.x branch from547c5ab to65bedc5CompareOctober 12, 2018 22:51
@QuLogicQuLogic merged commitb8995e0 intomatplotlib:v3.0.xOct 13, 2018
@QuLogicQuLogic added this to thev3.0.x milestoneOct 13, 2018
@jklymakjklymak deleted the auto-backport-of-pr-12363-on-v3.0.x branchOctober 22, 2018 17:41
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v3.0.1
Development

Successfully merging this pull request may close these issues.

2 participants
@jklymak@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp