3.8.2. pypago.plot.pcolplot

pypago.plot.pcolplot(secstruct, vartoplot, istracer, itime=None, ax=None)

Pcolor of a variable contained in a gridded section.

Parameters
  • secstruct (pypago.sections.GridSection) – Gridded section

  • vartoplot (str) – Variable to plot

  • istracer (bool) – True if tracer field (i.e. temperature), False if velocity field (or transport field).

  • itime (int) – Time index to extract. If None, temporal mean is computed

  • ax (ax) – Axis. If None, gca()

Returns

cs, cb