Check for existing issues
Description
We should write a single plotting script that will work like,
#!/bin/bash
all_in_one_plotting_script data_file.hdf5
With such a simple command, it will produce all the plots necessary, or can be produced from that data file.
We also need to provide the necessary arguments to override the default behavior, like the path of the output folder, and labels override, etc.
To reuse the older plotting script, we can also provide a command line that will convert the hdf5 file to our older dat file representation.
Check for existing issues
Description
We should write a single plotting script that will work like,
#!/bin/bash all_in_one_plotting_script data_file.hdf5With such a simple command, it will produce all the plots necessary, or can be produced from that data file.
We also need to provide the necessary arguments to override the default behavior, like the path of the output folder, and labels override, etc.
To reuse the older plotting script, we can also provide a command line that will convert the
hdf5file to our olderdatfile representation.