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 twin remove#5682

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
WeatherGod merged 5 commits intomatplotlib:v1.5.xfromtacaswell:fix_twin_remove
Dec 15, 2015
Merged

Conversation

tacaswell
Copy link
Member

also adds tests tocbook.Grouper

This addresses half of#1312 use case by providing a clean way to remove shared axes.

This test touches the internals, if Grouper gets refactored thistest should be removed.
This adds clean up of the shared axes `Grouper` objects as partof removing an axes.`_reset_loc_form` is required because the locator/formatters end upbound to the axis objects of the last axes object (all of the Axes inthe group share the same formatter/locator objects but have differentAxis objects so that all but one of the Axis objects can be made notvisible to not over-draw).  If these are not re-bound to a still visibleaxes then changing the limits will change the view limits, but not thetick locations.closesmatplotlib#5663
@tacaswelltacaswell added this to theCritical bugfix release (1.5.1) milestoneDec 15, 2015
@mdboom
Copy link
Member

Restarted Python 3.3 on Travis (which looks unrelated). 👍 on merging once passing.

WeatherGod added a commit that referenced this pull requestDec 15, 2015
@WeatherGodWeatherGod merged commitf9e405e intomatplotlib:v1.5.xDec 15, 2015
@tacaswelltacaswell deleted the fix_twin_remove branchDecember 15, 2015 16:34
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v1.5.1
Development

Successfully merging this pull request may close these issues.

3 participants
@tacaswell@mdboom@WeatherGod

[8]ページ先頭

©2009-2025 Movatter.jp