ACON
Home/Topics |
Commands
This script was used to create the map:
Function DataPath(x) { Return(cat("Macintosh HD:Acon:Test Data:",x))};
Script_File(MapPath("Coast1_Fill"));
Data_Window(-68,-67,42.1,47);
Data_Viewport(mm(10),mm(100),mm(200),mm(250));
Data_Projection("Mercator");
RGB_Colour("C1000",19660,32767,65535);
RGB_Colour("C200",19660,44563,65535);
RGB_Colour("C100",49151,58320,65535);
RGB_Colour("C0",53738,51772,37354);
Draw_Filled(1);
Draw_Map();
Draw_Filled(0); Line_Grey(0.0); Fill_Grey (0.0);
Overlay_File(MapPath("Coast1"));
Matrix_Read(DataPath("TestData"),"Data");
Data_Points(data);
Data_Labels(data);
Axis(2,2,1,1,1,0,1,0,0);
ACON (A Contouring application) written and documented (such as it is) by
Jerry Black,
Biological Sciences Branch,
Dept. of Fisheries and Oceans,
Bedford Institute of Oceanography,
1 Challenger Dr.,
Dartmouth, Nova Scotia,
Canada
B2Y 4A2
(902) 426-2950
blackj@mar.dfo-mpo.gc.ca
This software should be considered beta quality!
Your complaints, comments and suggestions are welcome.
©Government of Canada 1990-2007
http://www.mar.dfo-mpo.gc.ca/science/acon/
Thanks to Mike Power for improving an earlier draft of this document.
Portions of the code ©Metrowerks (Codewarrior),
©Faceware (DynaFace), ©David Betz (Extalk).
For more information on Extalk see David Betz, 1988. Some Assembly Required - Embedded Languages, BYTE Nov. 88, pg. 409-416.
PostScript and Illustrator are trademarks of Adobe Systems Inc. http://www.adobe.com/
Freehand is a trademark of MacroMedia Inc. http://www.macromedia.com/
ACON
Home/Topics |
Commands
|