Skip to content

Commit 8e387e6

Browse files
committed
add additional named seaborn color palettes to marimo example
1 parent 53f438e commit 8e387e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ await micropip.install(["vsup", "matplotlib", "numpy"])
6464

6565
from matplotlib import colormaps
6666

67-
seaborn_colors = ["flare"]
67+
seaborn_colors = ["flare", "rocket", "crest", "mako", "coolwarm", "vlag", "icefire", "ch:s=-.2,r=.6", "ch:start=.2,rot=-.3", "husl"]
6868
matplotlib_colors = list(colormaps)
6969
colors = seaborn_colors + matplotlib_colors
7070

0 commit comments

Comments
 (0)