Latexify the plots

This commit is contained in:
Janita Willumsen
2023-10-20 15:58:49 +02:00
parent 10a565eb24
commit f52892c1a6
6 changed files with 105 additions and 16 deletions

View File

@@ -1,5 +1,19 @@
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns
sns.set_theme()
params = {
"font.family": "Serif",
"font.serif": "Roman",
"text.usetex": True,
"axes.titlesize": "large",
"axes.labelsize": "large",
"xtick.labelsize": "large",
"ytick.labelsize": "large",
"legend.fontsize": "medium"
}
plt.rcParams.update(params)
def main():
files = [