Commit 2a59cb2
committed
Add marker-only and line+marker visuals to the plot() plot types
Inspired from the discussion in matplotlib#27765: We should visually communicate
that `plot()` covers all three variants: markers only,
line+markers, line-only.
They are visually distinct enough that it's not possible
to infer the variants if you see only one.
In particular, it's important to communicate that you
can draw markers only. We don't want to automatically drive people who
want markers (e.g. some discrete measurements of a dependent variable y
(x)) to scatter because that's the only one showing
discrete markers in the overview.1 parent d2cc4d0 commit 2a59cb2
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| 23 | + | |
21 | 24 | | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
0 commit comments