New feature comparative plot
This MR proposes to add the following features :
-
settings_plot.py
: Areference_data_index
variable to indicate which of the following experiments should be used as a reference dataset to compare against -
plot_irfs.py
: matplotlib figure is now created before calling the.plot()
function -
plot_irfs.py
: relatives plots are created ifreference_data_index
exists, is between 0 and the number of experiments-1 (because it is an index) and is not None. -
plots.py
: ThePlotsLayout()
class gathers all the matplotlib process to create the figure and axes. 2 different layouts are set to organize plots. Matplotlib figure and axes are created explicitly. -
irfs.py
: each metric from IRF.metrics_classes can have a relative plot computed with experiment data and reference data.
@vuillaume @tom.francois @hana.alimessaoud Please review