Skip to content
Snippets Groups Projects
Commit 8e2844c7 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

added downward facing triangle

parent 66562733
No related branches found
No related tags found
6 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!498added downward facing triangle
Pipeline #97255 passed with stages
in 6 minutes and 16 seconds
......@@ -44,7 +44,7 @@ _seaborn_color_palette = [
]
SCATTER_KWARGS = {
"marker": ["s", "D", "^", "o"],
"marker": ["s", "D", "^", "o", "v"],
"color": _seaborn_color_palette,
"alpha": 0.7,
"zorder": 10,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment