timml.plots.PlotTim.vcontoursf1D ================================ .. py:method:: timml.plots.PlotTim.vcontoursf1D(x1, x2, nx, levels, labels=False, decimals=0, color=None, nudge=1e-06, newfig=True, figsize=None, layout=True, ax=None) 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 newfig: create new figure. if False, ax must be supplied :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 ax: add plot to specified axis :type ax: matplotlib axis :returns: **ax** :rtype: axis .. !! processed by numpydoc !!