regenerated plots

This commit is contained in:
weygoldt
2023-02-22 10:17:21 +01:00
parent 11438f53e5
commit 8348cfe754
8 changed files with 2142 additions and 1 deletions

View File

@@ -230,7 +230,7 @@ def PlotStyle() -> None:
plt.rc("legend", fontsize=SMALL_SIZE) # legend fontsize
plt.rc("figure", titlesize=BIGGER_SIZE) # fontsize of the figure title
plt.rcParams["image.cmap"] = "cmo.thermal"
plt.rcParams["image.cmap"] = "cmo.haline"
plt.rcParams["axes.xmargin"] = 0.05
plt.rcParams["axes.ymargin"] = 0.1
plt.rcParams["axes.titlelocation"] = "left"