Skip to content

Commit fb2ebb2

Browse files
committed
Group 'P' and 'X' with the lower case versions
1 parent c5a8b6b commit fb2ebb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/markers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
`"8"` octagon
2323
`"s"` square
2424
`"p"` pentagon
25+
`"P"` plus (filled)
2526
`"*"` star
2627
`"h"` hexagon1
2728
`"H"` hexagon2
2829
`"+"` plus
2930
`"x"` x
31+
`"X"` x (filled)
3032
`"D"` diamond
3133
`"d"` thin_diamond
3234
`"|"` vline
3335
`"_"` hline
34-
`"P"` plus (filled)
35-
`"X"` x (filled)
3636
TICKLEFT tickleft
3737
TICKRIGHT tickright
3838
TICKUP tickup

0 commit comments

Comments
 (0)