-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Manual linestyle specification ignored if 'prop_cycle' contains 'ls' #5875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting this. |
This might be the normalization bug we are seeing elsewhere. I have code On Mon, Jan 18, 2016 at 1:40 PM, Thomas A Caswell notifications@github.com
|
@tacaswell, we probably need to set a minimum version of cycler to depend On Wed, Jan 27, 2016 at 5:32 PM, Benjamin Root ben.v.root@gmail.com wrote:
|
No, we need to do new release of cycler. On Wed, Jan 27, 2016 at 5:39 PM Benjamin Root notifications@github.com
|
Might also be worth considering monkey-patching cycler if it is missing the On Wed, Jan 27, 2016 at 5:46 PM, Thomas A Caswell notifications@github.com
|
* Allow key normalization to Cycler objects * Validation is performed at more entry points * Requires Cycler v0.9+
If the
axes.prop_cycle
contains the label 'ls' it is not possible to manually specify a linestyle in a plot. However, ifaxes.prop_cycle
contains the label 'linestyle', everything seems to work as expected.An example showing the problem:
The text was updated successfully, but these errors were encountered: