Add seaborn theme

This commit is contained in:
Cory Balaton 2023-12-26 15:33:58 +01:00
parent 43d962f468
commit a6152157d7

View File

@ -2,6 +2,8 @@ import numpy as np
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import seaborn as sns import seaborn as sns
sns.set_theme()
params = { params = {
"font.family": "Serif", "font.family": "Serif",
"font.serif": "Roman", "font.serif": "Roman",