Skip to content

Seaborn

Change overal asthetics

Scaling plot elements, like line widths. In increasing size:

sns.set_context("paper")
sns.set_context("notebook")  # default
sns.set_context("talk")
sns.set_context("poster")

Scaling overall text size:

sns.set(font_scale=2)

References: