This commit is contained in:
wendtalexander 2023-02-22 11:17:48 +01:00
commit 49506e6e54
11 changed files with 4 additions and 534 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"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -1,14 +1,13 @@
audioio==0.9.5
audioio==0.10.0
cmocean==2.0
cycler==0.11.0
ipython==8.10.0
matplotlib==3.7.0
numpy==1.24.2
numpy==1.23.5
pandas==1.5.3
paramiko==2.11.1
PyYAML==6.0
scikit_learn==1.2.1
scipy==1.10.1
scp==0.14.5
thunderfish==1.9.9
thunderfish==1.9.10
tqdm==4.64.1