timflow.steady.plots.PlotSteady.vcontour ======================================== .. py:method:: timflow.steady.plots.PlotSteady.vcontour(win, n, levels=20, labels=True, decimals=0, color=None, vinterp=True, nudge=1e-06, newfig=True, figsize=None, layout=True, horizontal_axis: Literal['x', 'y', 's'] = 's') Head contour plot in vertical cross-section. :param win: [xmin, xmax, ymin, ymax] :type win: list or tuple :param n: number of grid points along cross-section :type n: integer :param levels: levels that are contoured :type levels: integer or array (default 20) :param labels: print labels along contours :type labels: boolean (default True) :param decimals: number of decimals of labels along contours :type decimals: integer (default 0) :param color: color of contour lines :type color: str or list of strings :param vinterp: when True, interpolate between centers of layers when False, constant value vertically in each layer :type vinterp: boolean :param nudge: first value is computed nudge from the specified window :type nudge: float :param newfig: create new figure :type newfig: boolean (default True) :param figsize: size of figure :type figsize: tuple of 2 values (default is mpl default) :param layout: plot layout if True :type layout: boolean :param horizontal_axis: 's' for distance along cross-section on x-axis (default) 'x' for using x-coordinates on x-axis 'y' for using y-coordinates on x-axis :type horizontal_axis: str, optional :returns: **cs** :rtype: contour set .. !! processed by numpydoc !!