Skip to content

Commit

Permalink
Merge pull request #6 from gambimar/patch-1
Browse files Browse the repository at this point in the history
Update README.md: Description on loading "faculties_all" added
  • Loading branch information
richrobe authored Nov 30, 2023
2 parents d4c52c8 + 0dd14ef commit 6230463
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6230463

Please sign in to comment.