argopy.fetchers.ArgoDataFetcher.plot#
- ArgoDataFetcher.plot(ptype: str = 'trajectory', **kwargs)[source]#
Create custom plots from this fetcher data or 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 data unique list ofPLATFORM_NUMBER
- 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.DataFetcher.loadmethod.