graph options
Added by Sonny L over 4 years ago
Hi all,
From satellite map I retrieved a CO2 timeseries concentrations of a single point using
cdo remapnn,lon=xx_lat=yy CO2_infile.nc outfile.nc
then I calculate the 25 mean and 75 percentile, using
cdo runpctl,50,timestep infile.nc outfile.nc
I would like to produce a graph from those timeseries.
using
cdo -graph ymin=xxx,ymax=xx infile.nc > outfile.nc
I would like to modify the legend and the graph title.
By default the legged is "data_1" (insted of 25p for example), and the title as well.
Does anybody knows if it is possible?
In attachment, the timeseries and graph obtained.
Tank in Advance
Replies (2)
RE: graph options - Added by Ralf Mueller over 4 years ago
hi!
plotting with CDO is documented in https://code.mpimet.mpg.de/projects/cdo/embedded/cdo_magics.pdf.
Most of the elements are computed from the input files, so no manual interaction is foreseen.
sorry
ralf