(function from pyomo.contrib.parmest.graphics)
pyomo.contrib.parmest.graphics
Plot a grouped boxplot to compare two datasets
The datasets can be normalized by the median and standard deviation of data1.
data1 (DataFrame) – Data set, columns = variable names
data2 (DataFrame) – Data set, columns = variable names
normalize (bool, optional) – Normalize both datasets by the median and standard deviation of data1
group_names (list, optional) – Names used in the legend
filename (string, optional) – Filename used to save the figure