Fix canonical name for "None" linestyle.#6381
Conversation
The canonical "empty" linestyle is "None", not "none". The previous
implementation would raise an error after running
plot([1, 2], ls="none")
and opening the figure options editor.
|
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: |
|
Bumping. |
|
The failure on building the docs seems to be persistent, but not showing up anywhere else. |
…inestyle Fix canonical name for "None" linestyle in qtconfig gui
|
backported to v2.x as f7aa7b3 |
The canonical "empty" linestyle is "None", not "none". The previous
implementation would raise an error after running
and opening the figure options editor.