out3Plot.statsPlots.plotDistFromDF

plotDistFromDF(cfg, dataDF, name1, name2, scenario='', parametersDict='', type='')[source]

create a dist plot from dataframe

Parameters
  • cfg (configparser object) – configuration settings here outDir

  • dataDF (dataframe) – dataframe with one line per simulation and info on model parameters and results

  • name1 (str) – column name of dataDF to use for plot

  • name2 (str) – column name of dataDF to use for plot

  • scenario (str) – optional name of column used to colorcode points in plots

  • parametersDict (dict) – optional - dictionary filter criteria

  • type (str) – optional - type of plot dist or scatter

Returns

plotPath – path to figure

Return type

pathlib path