Multiple polygons on panel plots (lat,lon)

From: Ahmad Farsyud <a.farsyud_at_nyahnyahspammersnyahnyah>
Date: Tue Jan 15 2013 - 04:10:01 MST

Hallo,

Anybody can tell me how can I handle this error:

fatal:Number of elements of dimension (0) of argument (0) is (2) in
function (NhlAddPrimitive), expected (1) elements
fatal:Execute: Error occurred at or near line 4147 in file
$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl
fatal:Execute: Error occurred at or near line 4412 in file
$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl

the error start at this lines:

 do i = 0 , 3
    dum(i)=gsn_add_polyline(wks,*plot*,xpts(i:i+1),ypts(i:i+1),resp)
  end do

I need to plot all ploygons on each of my map in the panel plots. Once I
change the plot
to be *plot(0) or plot(1), *I did not get any error anymore but the
polygons only appear in one map.
That's not my goal.

Thanks for any help.
A. Farsyud

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Jan 15 04:10:26 2013

This archive was generated by hypermail 2.1.8 : Sat Jan 19 2013 - 10:23:16 MST