Skip to content

Commit

Permalink
removed unsupported markers, should fix #22
Browse files Browse the repository at this point in the history
  • Loading branch information
happydasch committed Sep 16, 2021
1 parent 78b062b commit 7ca6297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions btplotting/helper/marker.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
'4': ('y', ['color', 'size'],
{'angle': 90, 'angle_units': 'deg'}, {}),
# '8' m11 octagon
'8': ('octagon', ['color', 'size'], {}, {}),
'8': ('star', ['color', 'size'], {}, {}),
# 's' m12 square
's': ('square', ['color', 'size'], {}, {}),
# 'p' m13 pentagon
'p': ('pentagon', ['color', 'size'], {}, {}),
'p': ('star_dot', ['color', 'size'], {}, {}),
# 'P' m23 plus(filled)
'P': ('plus', ['color', 'size'], {}, {'size': -3}),
# '*' m14 star
Expand Down

0 comments on commit 7ca6297

Please sign in to comment.