removing frequency ax
This commit is contained in:
parent
0047c8672a
commit
c089ef354d
@ -248,7 +248,7 @@ def main(datapath: str):
|
|||||||
size_loser_pearsonr = pearsonr(size_diffs_loser, size_chirps_loser )
|
size_loser_pearsonr = pearsonr(size_diffs_loser, size_chirps_loser )
|
||||||
|
|
||||||
fig, (ax1, ax2) = plt.subplots(1, 2, figsize=(
|
fig, (ax1, ax2) = plt.subplots(1, 2, figsize=(
|
||||||
22*ps.cm, 12*ps.cm), width_ratios=[1.5, 1, 1], sharey=True)
|
22*ps.cm, 12*ps.cm), sharey=True)
|
||||||
plt.subplots_adjust(left=0.098, right=0.945, top=0.94, wspace=0.343)
|
plt.subplots_adjust(left=0.098, right=0.945, top=0.94, wspace=0.343)
|
||||||
scatterwinner = 1.15
|
scatterwinner = 1.15
|
||||||
scatterloser = 1.85
|
scatterloser = 1.85
|
||||||
|
Binary file not shown.
BIN
poster/main.pdf
BIN
poster/main.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user