1
0
mirror of https://github.com/illiumst/marl-factory-grid.git synced 2026-06-01 23:43:23 +02:00

better plotting

This commit is contained in:
steffen-illium
2021-05-28 18:05:53 +02:00
parent 604ffc3b60
commit efedce579e
2 changed files with 10 additions and 15 deletions
+1
View File
@@ -54,3 +54,4 @@ def prepare_plot(filepath, results_df, ext='png', tag=''):
except (FileNotFoundError, RuntimeError):
tex_fonts['text.usetex'] = False
plot(filepath, ext=ext, tag=tag, **tex_fonts)
plt.show()