out3Plot.outDistanceTimeAnalysis.addTitleBox

addTitleBox(ax, width, height, lw, point, textsize, maxVel=True)[source]

add velocity legend title and boundary box and diagonal lines if maxVel=True add max velocity line in red

Parameters
  • ax (matplotlib axes object) – axes object for legend

  • width (float) – fractional percentage of legend width

  • height (float) – fractional percentage of legend height

  • lw (float) – linewidth

  • point (list) – list of points coordinates for velocity legend

  • textsize (float) – size of legend entries

  • maxVel (bool) – if True add max velocity line in red