On page 69 of "Climate Data Analysis Tools (CDAT): A
BeginnersGuide" it says that:
"scatter - The scatter graphics method displays a
scatter plot of two 4-dimensional data arrays, e.g.
A(x,y,z,t) and B(x,y,z,t)."
But when I try to perform a scatter plot of two
3-dimensional data arrays, e.g. A(time,lat,lon) and
B(time,lat,lon), I only get a scatter plot of the first
time slice with 'longitude' and 'latitude' as my x and
y axis labels.
Would it be possible to give an example script of how
to do it with two 3D data arrays?