out3Plot.outAIMEC.defineColorcodingValues

defineColorcodingValues(dataDF, paraVar, nSamples)[source]

define list of values that are used for colorcoding of simulation results as thickness values are potentially read from shp file - check for e.g. relTh0 instead of relTh

Parameters
  • dataDF (pandas Dataframe) – one row per simulation with info on simulation results, aimec analysis and model configuration

  • paraVar (str) – parameter name

  • nSamples (int) – number of simulation results to be analyzed

Returns

  • colorFlag (bool) – True if colorCoding shall be applied

  • minVal, maxVal (float) – min and max values of values list

  • values (list) – list of values used for colorcoding