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

turn clipping off in spine example #2795

Closed
tacaswell opened this issue Feb 7, 2014 · 1 comment · Fixed by #2837
Closed

turn clipping off in spine example #2795

tacaswell opened this issue Feb 7, 2014 · 1 comment · Fixed by #2837
Milestone

Comments

@tacaswell
Copy link
Member

As pointed out here: https://stackoverflow.com/questions/21615285/how-to-not-cut-flatten-lines-when-moving-the-spines-in-matplotlib/21617349#21617349

The spine shift examples show the effects of clipping at the axes edges which is a little funny looking. This can be fixed with application of set_clip_on(False).

@tacaswell tacaswell added this to the v1.4.0 milestone Feb 24, 2014
tacaswell added a commit to tacaswell/matplotlib that referenced this issue Feb 25, 2014
Turn off clipping in the spine placement demos.

Closes matplotlib#2795
@tacaswell
Copy link
Member Author

closing in favor of PR.

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

Successfully merging a pull request may close this issue.

1 participant