out3Plot.outAIMEC.addLinePlot

addLinePlot(contourDict, colorStr, labelStr, ax, key, zorder='', linestyle='solid', alpha=1.0)[source]

add a contour line with label only for line that has _0 in name

Parameters
  • contourDict (dict) – dict with x, y info of contourline coordinates

  • colorStr (str) – color of line

  • labelStr (str) – name of legend entry for line

  • ax (matplotlib axes object) – axes where to add the lines too

  • key (str) – name of the contour line

  • zorder (int) – order of line on plot

  • linestyle (str) – style of line plot: dashed, solid, dotted,..

  • alpha (float) – between 0 and 1 to define how opaque the line