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

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()