out3Plot.statsPlots.plotHistCDFDiff

plotHistCDFDiff(dataDiffPlot, ax1, ax2, insert='True', title=['', ''])[source]

Produce histogram and CDF plot of the raster difference of two simulations

Parameters
  • dataDiffPlot (2D numpy array) – raster of the difference of the two simulations

  • ax1 (axes) – axes for the histogram plot

  • ax2 (axes) – axes for the CDF plot

  • insert (boolean) – true if the plots are in inserted axes (size of the lables is then smaller)

  • title (list) – if not inserts, title for the plots