out3Plot.outAna1Plots.plotTimeCPULog

plotTimeCPULog(simDF, outDirTest, cfgSimi, xField, coloredBy, sizedBy, logScale=False)[source]

plot computation time function of nParts function of whatever (ini parameter given in the simDF) you want

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

  • 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