argopy.ArgoFloat.plot#
- ArgoFloat.plot()#
Extension providing plot methods
Examples
from argopy import ArgoFloat af = ArgoFloat(wmo) af.plot.trajectory() af.plot.trajectory(figsize=(18,18), padding=[1, 5]) af.plot.map('TEMP', pres=450, cmap='Spectral_r') af.plot.map('DATA_MODE') af.plot.scatter('PSAL') af.plot.scatter('DOXY', ds='Sprof') af.plot.scatter('MEASUREMENT_CODE', ds='Rtraj')
Notes
This extension works with both the offline and online ArgoFloat implementations. It is based on data downloaded using the
ArgoFloat.open_dataset()method.