We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca946ac commit 7300cdcCopy full SHA for 7300cdc
1 file changed
lib/matplotlib/markers.py
@@ -47,15 +47,15 @@
47
``11`` (``CARETDOWNBASE``) |m36| caretdown (centered at base)
48
``"none"`` or ``"None"`` nothing
49
``" "`` or ``""`` nothing
50
-``'$...$'`` |m37| Render the string using mathtext.
+``"$...$"`` |m37| Render the string using mathtext.
51
E.g ``"$f$"`` for marker showing the
52
letter ``f``.
53
``verts`` A list of (x, y) pairs used for Path
54
vertices. The center of the marker is
55
located at (0, 0) and the size is
56
normalized, such that the created path
57
is encapsulated inside the unit cell.
58
-path A `~matplotlib.path.Path` instance.
+``path`` A `~matplotlib.path.Path` instance.
59
``(numsides, 0, angle)`` A regular polygon with ``numsides``
60
sides, rotated by ``angle``.
61
``(numsides, 1, angle)`` A star-like symbol with ``numsides``
0 commit comments