timflow.steady.plots.PlotSteady.headalongline ============================================= .. py:method:: timflow.steady.plots.PlotSteady.headalongline(x, y, layers=None, ax=None, **kwargs) Plot head along the line provided by x and y coordinates. :param x: x-coordinates of the line :type x: array :param y: y-coordinates of the line :type y: array :param layers: layers for which head is plotted, default is all layers :type layers: integer, list or array :param ax: axes to plot on, default is None which creates a new figure :type ax: matplotlib.Axes :param \*\*kwargs: additional keyword arguments passed to ax.plot() :returns: **ax** -- axes with plot :rtype: matplotlib.Axes .. !! processed by numpydoc !!