[Thread Prev][Thread Next][Index]

Re: [ferret_users] plot/overlay not working



Hi Arijeet,


Just a couple of things in general first. Try to include the Ferret version number and platform that you're running on. There may be known bugs.

A couple off attached gifs to show the results might help here.

Check that the time axes for your variables are conformable. It could well be that they are on very different time axes and this would have the effect of an overlay looking really strange since Ferret may not be putting them on a common axis.

SHOW DATA
SHOW GRID uo_m
SHOW GRID u_m

will help you see this. If they are on diffent grids then "SHOW AXIS axisname" is useful.

Also try plotting the two variables simultaneously. It migh be fairly obvious that they aren't aligned. I think this may be your problem.

plot um[z=0:400@ave],uo_m[z=0:400@ave]

Cheers,
Russ

On 08/03/16 16:31, Arijeet Dutta wrote:
Hi all
I am trying to plot two time series plots in a single image. I have a
cdf file containing two variables(u_m and uo_m). When I am plotting
one as

plot u_m[z=0:400@ave]
or
plot uo_m[z=0:400@ave]

they are coming properly, but when I am using
plot/over uo_m[z=0:400@ave] after plotting the previous one

I am getting the latter as a line parallel to the x axis. Can you guys
help me on that?

PS I am sorry if I am missing any other info to write; I have just
started using ferret

Arijeet
UoH


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement