eelbrain.plot.TopoArray.add_contour

TopoArray.add_contour(self, meas, level, color='k')

Add a contour line

Parameters:
meas : str

The measurement for which to add a contour line.

level : scalar

The value at which to draw the contour.

color : matplotlib color

The color of the contour line.