adding plot to poster
This commit is contained in:
@@ -3,6 +3,7 @@ import os
|
||||
import yaml
|
||||
import numpy as np
|
||||
from thunderfish.dataloader import DataLoader
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
class ConfLoader:
|
||||
|
||||
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user