timflow.steady.plots.PlotSteady.vcontoursf1D ============================================ .. py:method:: timflow.steady.plots.PlotSteady.vcontoursf1D(x1, x2, nx, levels, labels=False, decimals=0, color=None, nudge=1e-06, figsize=None, layout=True, ax=None, horizontal_axis: Literal['x', 'y', 's'] = 's') Contour plot in vertical cross-section of 1D model. :param x1: left edge of contour domain :type x1: scalar :param x2: right edge of contour domain :type x2: scalar :param nx: number of grid points along cross-section :type nx: 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 nudge: first value is computed nudge from the specified x1 and x2 :type nudge: float :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 ax: add plot to specified axis :type ax: matplotlib axis :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: **ax** :rtype: axis .. !! processed by numpydoc !!