When plots are generated they always save the file as the default matplotlib savefig name "Figure_1.png" or something like that. Proposal: - [ ] Provide a way to customize name prefix for saves plot images. - [ ] Set a default name. Probably default to the simulation output file name like `nuspacesim_run_<timestamp>_<number>.png` - [ ] Auto increment <number>: 1, 2, ...
When plots are generated they always save the file as the default matplotlib savefig name "Figure_1.png" or something like that.
Proposal:
nuspacesim_run_<timestamp>_<number>.png