argopy.fetchers.ArgoIndexFetcher.plot#

ArgoIndexFetcher.plot(ptype: str = 'trajectory', **kwargs)[source]#

Create custom plots from this fetcher index.

This is basically shortcuts to some plotting submodules:

Parameters:
  • ptype (str, default: 'trajectory') โ€“ Plot type, one of the following: trajectory, profiler, dac or qc_altimetry.

  • kwargs โ€“ Other arguments passed to the plotting submodule.

Returns:

Warning

Calling this method will automatically trigger a call to the argopy.IndexFetcher.load method.