out3Plot.outAIMEC.addLinePlot

addLinePlot(contourDict, colorStr, labelStr, ax, key, zorder='')[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