serhii.net

In the middle of the desert you can say anything you want

28 Apr 2023

Seaborn basics

Color palettes

seaborn.color_palette — seaborn 0.12.2 documentation:

sns.color_palette("flare")

# to reverse
sns.color_palette("flare_r")

# to uniform (=not categorical)

sns.color_palette("flare_r",as_cmap=True)

Markers

Properties of Mark objects — seaborn 0.12.2 documentation & matplotlib.markers — Matplotlib 3.7.1 documentation

Nel mezzo del deserto posso dire tutto quello che voglio.