timflow.steady.plots.PlotSteady.headalongline#

timflow.steady.plots.PlotSteady.headalongline(x, y, layers=None, ax=None, **kwargs)#

Plot head along the line provided by x and y coordinates.

Parameters:
  • x (array) – x-coordinates of the line

  • y (array) – y-coordinates of the line

  • layers (integer, list or array) – layers for which head is plotted, default is all layers

  • ax (matplotlib.Axes) – axes to plot on, default is None which creates a new figure

  • **kwargs – additional keyword arguments passed to ax.plot()

Returns:

ax – axes with plot

Return type:

matplotlib.Axes