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

backend_pgf: don't clip filled paths (fixes #2885, #3935, #3693) #4248

Merged
merged 1 commit into from Mar 19, 2015
Merged

backend_pgf: don't clip filled paths (fixes #2885, #3935, #3693) #4248

merged 1 commit into from Mar 19, 2015

Conversation

pwuertz
Copy link
Contributor

@pwuertz pwuertz commented Mar 19, 2015

Issues #2885, #3935 and #3693 reported problems with the pgf backend when filled paths are being clipped. @mdboom mentioned that the path clipping implementation within matplotlib does not support filled geometry yet. This fix disables path clipping for filled paths in the pgf backend. Once a fill-aware clipping technique is implemented this restriction should be lifted again.

plt.xlim(0, 1)
plt.ylim(0, 1)


Copy link
Member

Choose a reason for hiding this comment

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

pep8 is complaining about one too many blank lines here.

@tacaswell tacaswell added this to the next point release milestone Mar 19, 2015
tacaswell added a commit that referenced this pull request Mar 19, 2015
FIX : backend_pgf: don't clip filled paths 

fixes #2885, fixes #3935, fixes #3693
@tacaswell tacaswell merged commit 71ba6ff into matplotlib:master Mar 19, 2015
@pwuertz pwuertz deleted the fix_2885 branch March 19, 2015 21:18
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 this pull request may close these issues.

None yet

2 participants