-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Simplify linestyle and fillstyle reference docs. #11909
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
Conversation
Not sure that |
sure but "blue" did... |
Yep, and as "red" and "green", some people find such color a bit too aggressive to the eyes, while "cornflowerblue" is a bit more pastel-ish IIRC ^^. |
@@ -9,30 +9,25 @@ | |||
:doc:`/gallery/lines_bars_and_markers/marker_fillstyle_reference` | |||
and :doc:`/gallery/shapes_and_collections/marker_path` examples. | |||
""" | |||
|
|||
import numpy as np | |||
import matplotlib.pyplot as plt | |||
from matplotlib.lines import Line2D | |||
|
|||
|
|||
points = np.ones(5) # Draw 3 points for each line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does draw 5 points and not 3 as the comment states, does it not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... sure
I don't know what's up with "cornflowerblue" but "tab:blue" is just as good :)
"cornflowerblue" is more whimsical. |
I don't know what's up with "cornflowerblue" but "tab:blue" is just as
good :)
xref #11908
PR Summary
PR Checklist