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:
trajectory calls
argopy.plot.plot_trajectorywith index DataFrameprofiler or dac calls
argopy.plot.bar_plotwith index DataFrameqc_altimetry calls
argopy.plot.open_sat_altim_reportwith index unique list ofwmo
- Parameters:
ptype (str, default: 'trajectory') β Plot type, one of the following:
trajectory,profiler,dacorqc_altimetry.kwargs β Other arguments passed to the plotting submodule.
- Returns:
fig (
matplotlib.figure.Figure)ax (
matplotlib.axes.Axes)
Warning
Calling this method will automatically trigger a call to the
argopy.IndexFetcher.loadmethod.