notebook This is my personal notebook ^_^

seaborn figure style setting notes

We can set different figure styles for seaborn, such as poster, talk, and paper. For example,

sns.set_style('whitegrid')
sns.set_context('talk')

Details can be found at