out3Plot.outAna1Plots.plotPresentation

plotPresentation(simDF, outDirTest, cfgSimi, xField, yField, coloredBy, sizedBy, logScale=False, fit=False)[source]

plot error between all com1DFA sol in simDF and analytic sol function of whatever you want

The coloredBy, sizedBy can not be corresponding to non numeric parameters.

Parameters
  • simDF (dataFrame) – the simulation data with the postprocessing results

  • outDirTest (str or pathlib) – output directory

  • cfgSimi (configparser) – the cfg

  • xField (str) – column of the simDF to use for the x axis

  • yField (str) – column of the simDF to use for the y axis

  • coloredBy (str) – column of the simDF to use for the colors

  • sizedBy (str) – column of the simDF to use for the marker size

  • logScale (boolean) – If you want a loglog scale

  • fit (boolean) – if True add power law regression