argopy.ArgoIndex.plot.trajectory

argopy.ArgoIndex.plot.trajectory#

ArgoIndex.plot.trajectory(index: bool = False, **kwargs) Any#

Quick map of profile index trajectories

Parameters:
  • index (bool, default=False) – Determine if the method makes a plot with the full index (True) or only the query search result (False).

  • **kwargs – All other arguments are passed to argopy.plot.plot_trajectory().

Returns:

Output from argopy.plot.plot_trajectory, typically:

Return type:

tuple

Examples

from argopy import ArgoIndex

idx = ArgoIndex().query.wmo(WMO)
idx.plot.trajectory()