Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 771bb19 + e06d226 commit 4cf3970Copy full SHA for 4cf3970
1 file changed
examples/lines_bars_and_markers/marker_reference.py
@@ -83,8 +83,7 @@ def split_list(a_list):
83
fig.subplots_adjust(left=0.4)
84
85
marker_style.update(mec="None", markersize=15)
86
-markers = ["$1$", r"$\frac{1}{2}$", "$f$", "$\u266B$",
87
- r"$\mathcircled{m}$"]
+markers = ["$1$", r"$\frac{1}{2}$", "$f$", "$\u266B$", r"$\mathcal{A}$"]
88
89
90
for y, marker in enumerate(markers):
0 commit comments