This commit is contained in:
Artur Nowakowski 2020-04-03 14:25:30 +02:00
parent d906061772
commit 38494b7453
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ def generate_plot(data: list, label: str, file_name: str):
plt.plot(data)
plt.ylabel(label)
plt.savefig(file_name)
plt.close()
if __name__ == '__main__':