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

Remove unnecessary clip from Cairo backend; squashed commit #1538

Merged
merged 1 commit into from Dec 3, 2012
Merged

Remove unnecessary clip from Cairo backend; squashed commit #1538

merged 1 commit into from Dec 3, 2012

Conversation

mdehoon
Copy link
Contributor

@mdehoon mdehoon commented Nov 28, 2012

Same as #1526
but as a single commit

@mdboom
Copy link
Member

mdboom commented Nov 28, 2012

+1

@dmcdougall
Copy link
Member

Cheers!

dmcdougall added a commit that referenced this pull request Dec 3, 2012
Remove unnecessary clip from Cairo backend; squashed commit
@dmcdougall dmcdougall merged commit 66de428 into matplotlib:master Dec 3, 2012
@dmcdougall
Copy link
Member

For future reference, you don't need to create a new pull request, just rebase your current one:

$ git rebase -i HEAD~3  # to interactively rebase the last 3 commits
# an editor will pop up... 'squash' or 'fixup' the unnecessary commits
$ git push --force origin my_branch  # force push needed since rebase changes history

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

3 participants