-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Improve linestyle documentation #11908
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
Is this fully addressed by #11909? |
No. #11909 just slightly simplifies the code of each of the examples. I'm proposing here to join the two examples and add a bit of explanatory text. |
In #11797 I compared the different ways to set linestyle and there seem to be a couple of inconsistencies and missing options. So getting clear about which option/syntax can be used where would also help (re)writing the examples. |
I am a new comer and would like to work on this. Would this be a good place to start? Thanks. |
Yes, particularly "Writing examples and tutorials". |
We currently have
https://matplotlib.org/gallery/lines_bars_and_markers/line_styles_reference.html
https://matplotlib.org/gallery/lines_bars_and_markers/linestyles.html
which are partly redundant. Also one of them uses the (offset, on-off-dash-seq) but does not explain it.
This should be merged in to a single comprehensible file with a bit more explanation.
See also:
https://matplotlib.org/api/_as_gen/matplotlib.lines.Line2D.html#matplotlib.lines.Line2D.set_linestyle
(which itself is not in great shape)
The text was updated successfully, but these errors were encountered: