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 f99ae8b commit f2a3e6cCopy full SHA for f2a3e6c
lib/matplotlib/markers.py
@@ -59,16 +59,17 @@
59
60
`style`:
61
the style of the regular symbol:
62
- """"""
63
- ===== ===================================
64
- Value Description
65
- 0 a regular polygon
66
- 1 a star-like symbol
67
- 2 an asterisk
68
- 3 a circle (`numsides` and `angle` is
69
- ignored)
70
71
+
+ 0
+ a regular polygon
+ 1
+ a star-like symbol
+ 2
+ an asterisk
+ 3
+ a circle (`numsides` and `angle` is
+ ignored)
72
73
`angle`:
74
the angle of rotation of the symbol
75
============================== ===============================================
0 commit comments