Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove unnecessary clip from Cairo backend; squashed commit#1538

Merged
dmcdougall merged 1 commit intomatplotlib:masterfrom
mdehoon:master
Dec 3, 2012
Merged

Remove unnecessary clip from Cairo backend; squashed commit#1538
dmcdougall merged 1 commit intomatplotlib:masterfrom
mdehoon:master

Conversation

@mdehoon
Copy link
Copy Markdown
Contributor

@mdehoon mdehoon commented Nov 28, 2012

Same as #1526
but as a single commit

@mdboom
Copy link
Copy Markdown
Member

mdboom commented Nov 28, 2012

+1

@dmcdougall
Copy link
Copy Markdown
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
Copy Markdown
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.

3 participants