eelbrain.plot.Array.add_contour

Array.add_contour(level, color='k', meas=None)

Add a contour line

Parameters:
  • level (scalar) – The value at which to draw the contour.

  • color (matplotlib color) – The color of the contour line.

  • meas (str) – The measurement for which to add a contour line (default is the measurement plotted first).