Skip to content

Commit

Permalink
adds text support to network plot and fixes ordering and closes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk committed Feb 6, 2024
1 parent 1a2046c commit 50876ce
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 139 deletions.
2 changes: 2 additions & 0 deletions shapiq/plot/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"RED",
"BLUE",
"NEUTRAL",
"LINES",
"COLORS_N_SII",
]

RED = Color("#ff0d57")
BLUE = Color("#1e88e5")
NEUTRAL = Color("#ffffff")
LINES = Color("#cccccc")

COLORS_N_SII = [
"#D81B60",
Expand Down
Loading

0 comments on commit 50876ce

Please sign in to comment.