Back to Seaborn

Cubehelix Palette

doc/_docstrings/cubehelix_palette.ipynb

0.13.2557 B
Original Source
python
import seaborn as sns
sns.set_theme()
sns.palettes._patch_colormap_display()
python
sns.cubehelix_palette()
python
sns.cubehelix_palette(8)
python
sns.cubehelix_palette(as_cmap=True)
python
sns.cubehelix_palette(start=2)
python
sns.cubehelix_palette(rot=.2)
python
sns.cubehelix_palette(rot=-.2)
python
sns.cubehelix_palette(gamma=.5)
python
sns.cubehelix_palette(hue=1)
python
sns.cubehelix_palette(dark=.25, light=.75)
python
sns.cubehelix_palette(reverse=True)