Skip to content

Commit

Permalink
add more plotly markers #240
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Feb 27, 2023
1 parent c4ace2e commit 33b37d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metplotpy/plots/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@


AVAILABLE_MARKERS_LIST = ["o", "^", "s", "d", "H", ".", "h"]
AVAILABLE_PLOTLY_MARKERS_LIST = ["open-circle", "circle",
AVAILABLE_PLOTLY_MARKERS_LIST = ["circle-open", "circle",
"square", "diamond",
"hexagon", "triangle-up"]
"hexagon", "triangle-up", "asterisk-open"]

PCH_TO_MATPLOTLIB_MARKER = {'20': '.', '19': 'o', '17': '^', '1': 'H',
'18': 'd', '15': 's', 'small circle': '.',
Expand Down

0 comments on commit 33b37d3

Please sign in to comment.