[Thread Prev][Thread Next][Index]

[ferret_users] error ploting bar chart



Dear ferret users,

I want to make a bar chart and used the follwing commands:

use file.nc; set region/x=80/y=25; let clm=precip[l=@ave]; let anom=precip-clm
plot/vlimit=-10:10 0*precip; go bar_chart3 poly/ov/line anom, anom

But I am getting following error:
 **ERROR: inconsistent sizes of data regions: T axis
          T[L=1:12] has 12 points (L=01:12)
          _expression_ has 11 points (L=01:11)
poly/ov/line/coord_ax=Z  BCHx4,BCHy4 ,anom
Command file, command group, or REPEAT execution aborted

I am able to list or do line plot of the variable anom but not the bar chart.

I tried to define anom as below but still the problem persists:
let anom1=precip-clm; define axis/t=1:12:1/unit=months tmon; let anom=anom1[gt=tmon@asn]

Please advice me.

Best regards,

Jagadish

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

Privacy Policy | Disclaimer | Accessibility Statement