-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Cycler passed as string for rc #7219
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
I hope you encountered this by reading in a style file / putting this in It looks like the validation/parsing on this is not good enough. This particular case is a bit tricky as the linestyle can be a list of strings so treating this as a list of strings seems reasonable. |
I wonder if the same problem would happen if the order of the linestyles On Tue, Oct 4, 2016 at 7:26 PM, Thomas A Caswell notifications@github.com
|
I'm going to take advantage of this issue to readvertise my suggestion of using a python source file for matplotlibrc (#7089 (comment))... |
This doesn't have anything to do with rc files. This is passing arguments On Wed, Oct 5, 2016 at 2:52 PM, Antony Lee notifications@github.com wrote:
|
as a matter of fact, this is actually an argument against using python On Wed, Oct 5, 2016 at 3:08 PM, Benjamin Root ben.v.root@gmail.com wrote:
|
I thought that the whole reason for allowing string inputs in |
This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please leave a comment and this label will be removed. If there are no updates in another 30 days, this issue will be automatically closed, but you are free to re-open or create a new issue if needed. We value issue reports, and this procedure is meant to help us resurface and prioritize issues that have not been addressed yet, not make them disappear. Thanks for your help! |
This has actually been fixed as of master, afaict. |
Hello, I think I have found a bug with cycler when It is passed as a string for rc parameters. Here is example code I have
When I run this code the first part works but the second part produces a long error - error.txt. I am using Ubuntu 16.04 and upgraded matplotlib to 1.5.3 with pip today.
The text was updated successfully, but these errors were encountered: