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.
1 parent e2b581a commit e06d226Copy full SHA for e06d226
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