timflow.transient.plots.PlotTransient.head_along_line ===================================================== .. py:method:: timflow.transient.plots.PlotTransient.head_along_line(x1=0, x2=1, y1=0, y2=0, npoints=100, t=1.0, layers=0, sstart=0, color=None, lw=1, figsize=None, ax=None, legend=True, grid=True) Plot head along line. :param x1: start and end coordinates of line :type x1: float :param x2: start and end coordinates of line :type x2: float :param y1: start and end coordinates of line :type y1: float :param y2: start and end coordinates of line :type y2: float :param npoints: number of points along line :type npoints: int :param t: times at which to plot heads :type t: scalar or array :param layers: layers for which to plot heads :param sstart: starting distance for cross-section :type sstart: float :param color: color of line :type color: str :param lw: line width :type lw: float :param figsize: size of figure :type figsize: tuple of 2 values :param ax: axes to plot on, default is None which creates a new figure :type ax: matplotlib.Axes :param legend: add legend to plot :type legend: bool :param grid: add grid to plot :type grid: bool :returns: **ax** -- axes with plot :rtype: matplotlib.Axes .. !! processed by numpydoc !!