Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Make barbs draw correctly (Fixes #5803) #5914
Conversation
dopplershift
added some commits
Jan 26, 2016
mdboom
added the
needs_review
label
Jan 26, 2016
tacaswell
added this to the
2.0 (style change major release)
milestone
Jan 26, 2016
tacaswell
added a commit
that referenced
this pull request
Jan 26, 2016
|
|
tacaswell |
f913aa4
|
tacaswell
merged commit f913aa4
into matplotlib:master
Jan 26, 2016
tacaswell
removed the
needs_review
label
Jan 26, 2016
tacaswell
added a commit
that referenced
this pull request
Jan 26, 2016
|
|
tacaswell |
180a21c
|
|
backported to v2.x as 180a21c |
dopplershift
deleted the
dopplershift:fix-barbs branch
Jan 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dopplershift commentedJan 26, 2016
Fixes the linewidth problem (#5803) with
Barbs. Also adds a simple test so that this shouldn't break silently next time.