adding plot to poster

This commit is contained in:
wendtalexander 2023-01-24 14:04:44 +01:00
parent ea98a20a68
commit 726301c593
3 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ import os
import yaml
import numpy as np
from thunderfish.dataloader import DataLoader
import matplotlib.pyplot as plt
class ConfLoader:

View File

@ -86,7 +86,7 @@ def main(datapath: str):
ps.set_boxplot_color(bplot2, colors1)
ax.set_ylabel('Chirpscounts [n]')
plt.show()
plt.savefig('../poster/figs/chirps_winner_loser.pdf')
if __name__ == '__main__':

Binary file not shown.