-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
There is no set_linestyle_cycle in the matplotlib axes API #2841
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
This has long been a wish of mine, and I have tinkered with a more The trouble was immediately apparent with how crusty the current color So, for such a huge scope that I envisioned, one can see how badly that If I ever have any time at all to work on matplotlib again, it would be On Tue, Feb 25, 2014 at 9:50 AM, Ruben Van Boxem
|
I thought this would be a quick fix, but given @WeatherGod 's comments, re-milestoning this for 1.5 + wishlist |
That would be a very useful feature. Thank you! |
Out-of-the-blue thread-rezzin' I think it is time to stop letting perfection be the enemy of I think I'll pull together a PR for this tonight. On Wed, Nov 12, 2014 at 2:27 PM, mrkrd notifications@github.com wrote:
|
I guess the new prop_cycler in 1.5 solves this? |
Yes, that was the intention. I think this is safe to close as completed. ax.set_prop_cycle('ls', ['-', '--', ':']) Is the minimal example to cycle only the line style. |
It would be useful to have an API to set the linestyle cycle for an axes object, just like there is one for the color cycle. It would allow one to change linestyles independently of the color, which is useful for publications that need both color and black-and-white distinguishability.
The text was updated successfully, but these errors were encountered: