8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bc943 commit ce2500cCopy full SHA for ce2500c
examples/pyplots/fig_axes_customize_simple.py
@@ -28,7 +28,7 @@
28
29
for line in ax1.yaxis.get_ticklines():
30
# line is a Line2D instance
31
- line.set_color('tab:green')
+ line.set_markeredgecolor('tab:green')
32
line.set_markersize(25)
33
line.set_markeredgewidth(3)
34
@@ -47,7 +47,7 @@
47
# - `matplotlib.text.Text.set_fontsize`
48
# - `matplotlib.text.Text.set_color`
49
# - `matplotlib.lines.Line2D`
50
-# - `matplotlib.lines.Line2D.set_color`
+# - `matplotlib.lines.Line2D.set_markeredgecolor`
51
# - `matplotlib.lines.Line2D.set_markersize`
52
# - `matplotlib.lines.Line2D.set_markeredgewidth`
53
# - `matplotlib.patches.Patch.set_facecolor`
0 commit comments