Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: Allowing unknown drawstyles #6145
+27
−0
Conversation
mdboom
added the
needs_review
label
Mar 11, 2016
|
@tacaswell Looks like its working now. |
tacaswell
added a commit
that referenced
this pull request
Mar 13, 2016
|
|
tacaswell |
6a57084
|
tacaswell
merged commit 6a57084
into matplotlib:master
Mar 13, 2016
tacaswell
removed the
needs_review
label
Mar 13, 2016
QuLogic
added this to the
2.1 (next point release)
milestone
Mar 13, 2016
tacaswell
added a commit
that referenced
this pull request
Mar 13, 2016
|
|
tacaswell |
e738593
|
|
Backported to v2.x as e738593 |
|
@madphysicist Thanks! |
tacaswell
modified the milestone: 2.0 (style change major release), 2.1 (next point release)
Mar 13, 2016
madphysicist
deleted the
madphysicist:patch-1 branch
Mar 13, 2016
|
No problem. Is there a release notes or something like that I should update? |
|
We maintain a Looking into this a bit more, this might have caused a minor regression which is it used to be possible to set the drawstyle to |
madphysicist
restored the
madphysicist:patch-1 branch
Mar 14, 2016
madphysicist
referenced
this pull request
Mar 14, 2016
Merged
Bug: Fixed regression of `drawstyle=None` #6156
|
Fixed that here: #6156. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
madphysicist commentedMar 11, 2016
Fixes #6143. Added test as well.