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 0e5f9ef commit af10266Copy full SHA for af10266
lib/matplotlib/markers.py
@@ -65,17 +65,12 @@
65
``style``:
66
the style of the regular symbol:
67
68
- +---+-----------------------------+
69
- | 0 | a regular polygon |
70
71
- | 1 | a star-like symbol |
72
73
- | 2 | an asterisk |
74
75
- | 3 | a circle (``numsides`` and |
76
- | | ``angle`` is ignored); |
77
- | | deprecated. |
78
+ - 0: a regular polygon
+ - 1: a star-like symbol
+ - 2: an asterisk
+ - 3: a circle (``numsides`` and
+ ``angle`` is ignored);
+ deprecated.
79
80
``angle``:
81
the angle of rotation of the symbol
0 commit comments