Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af10266

Browse files
committed
DOC: latex does not support nested tables
1 parent 0e5f9ef commit af10266

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

lib/matplotlib/markers.py

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,12 @@
6565
``style``:
6666
the style of the regular symbol:
6767
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-
+---+-----------------------------+
68+
- 0: a regular polygon
69+
- 1: a star-like symbol
70+
- 2: an asterisk
71+
- 3: a circle (``numsides`` and
72+
``angle`` is ignored);
73+
deprecated.
7974
8075
``angle``:
8176
the angle of rotation of the symbol

0 commit comments

Comments
 (0)