Add seaborn theme
This commit is contained in:
parent
3ec69195f0
commit
9cdb3c659e
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ import numpy as np
|
|||
import matplotlib.pyplot as plt
|
||||
|
||||
import seaborn as sns
|
||||
|
||||
sns.set_theme()
|
||||
params = {
|
||||
"font.family": "Serif",
|
||||
"font.serif": "Roman",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue