ACON
Home/Topics |
Commands |
More Examples
Base Maps

/*------------------------------------------------*/
/* This script demonstrates some of the features of ACON */
/* as of 91/03/04 - G. Black */
/*------------------------------------------------*/
/* Version(5.00); */
/*------------------------------------------------*/
/* Plot the squid data on an Illustrator Base Map */
/*------------------------------------------------*/
Data_Conversion("DM");
Data_format(1,1,30,2,32,2,0,0,1,35,2,37,2,0,0,1,67,6,1);
Illustrator_Window(1,":Overlays:Nafo area 4,5 BW.art");
Illustrator_File(1,":Overlays:Nafo area 4,5 BW.art");
Aggregation_Type("AVERAGE",0);
Continuous_Scaling(2,0,mm(1.),mm(6.),0.1,100.,0.1,1.,10.,100.);
Data_Contour_Levels(0.,0.5);
Missing_values("Z");
Data_read(":test data:data90"));
Negate_X_axis_Data();
Aggregate(1.0 / 6.0, 1.0 / 6.0);
Scaled_Symbols();
Symbol_legend(mm(160),mm(55));
ACON
Home/Topics |
Commands |
More Examples
|