Matplotlib
Explicit vs Implicit API
Matplotlib Cheatsheet
import xarray as xr import matplotlib.pyplot as plt cmorph_data = xr.open_dataset('./CMORPH_V1.0_ADJ_0.25deg-DLY_00Z_20020403.nc') cmorph_data cmorph_data['cmorph'].plot() cmorph_data['cmorph'].plot().figure.savefig('cmorph.png')
Log Into Platform http://esds.ncics.org
Select Previous Workspace then JupyterLab