timflow.steady.plots.PlotSteady.vcontour#

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.

Parameters:
  • win (list or tuple) – [xmin, xmax, ymin, ymax]

  • n (integer) – number of grid points along cross-section

  • levels (integer or array (default 20)) – levels that are contoured

  • labels (boolean (default True)) – print labels along contours

  • decimals (integer (default 0)) – number of decimals of labels along contours

  • color (str or list of strings) – color of contour lines

  • vinterp (boolean) – when True, interpolate between centers of layers when False, constant value vertically in each layer

  • nudge (float) – first value is computed nudge from the specified window

  • newfig (boolean (default True)) – create new figure

  • figsize (tuple of 2 values (default is mpl default)) – size of figure

  • layout (boolean) – plot layout if True

  • horizontal_axis (str, optional) – ‘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

Returns:

cs

Return type:

contour set