Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix canonical name for "None" linestyle. #6381
Conversation
mdboom
added the
needs_review
label
May 8, 2016
|
Really? I always thought that we promoted the lowercase form to reduce
|
|
I agree that "none" would have been preferable, but both on 1.5.1 and master:
|
QuLogic
added the
GUI/Qt
label
May 8, 2016
tacaswell
added this to the
2.1 (next point release)
milestone
May 8, 2016
|
Bumping. |
tacaswell
modified the milestone: 2.0 (style change major release), 2.1 (next point release)
Jul 8, 2016
|
The failure on building the docs seems to be persistent, but not showing up anywhere else. |
tacaswell
merged commit 7206ae7
into matplotlib:master
Jul 9, 2016
tacaswell
removed the
needs_review
label
Jul 9, 2016
tacaswell
added a commit
that referenced
this pull request
Jul 9, 2016
|
|
tacaswell |
f7aa7b3
|
|
backported to v2.x as f7aa7b3 |
anntzer commentedMay 8, 2016
The canonical "empty" linestyle is "None", not "none". The previous
implementation would raise an error after running
and opening the figure options editor.