From 0dd14efdd47663ca1b0d35251182a6542dd4a737 Mon Sep 17 00:00:00 2001 From: scam_goudi <91130768+gambimar@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:52:07 +0100 Subject: [PATCH] Update README.md: Description on loading "faculties_all" added --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad31037..8d01b6a 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ register_cmaps() sns.set_palette("tech") ``` +Per default, seaborn only registers 6 colors per palette. If you want to use `"faculties_all"` color palette, specify the amount of colors when loading the color palette. +```python +sns.set_palette(sns.color_palette('faculties_all', n_colors = 18)) +``` #### 2019 colormaps