home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.3 KB | 58 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- FastPlot
- .type
- Graphing
- .short
- A Modula-2 callable plot library.
- .aminet-dir
- misc/math
- .description
- A fast Modula-2 plotting library which produces bar charts, linear, curved,
- scatter, logarithmic, and semi-log plots. Any number of plots can be shown
- on a custom screen with up to 32 colours. Automatic x- and y-axis labels,
- grids, local minima/maxima labelling, and an information box.
- .version
- 1.00
- .date
- 1995.03.16
- .author
- Michael Griebling
- .requirements
- Requires OS 2.0+
- .distribution
- Freeware
- .address
- 150 Clark Blvd., Suite One
- Brampton, Ontario
- Canada, L6T 4Y8
- .source
- Includes Modula-2 source code and a demonstration program.
- .docs
- FastPlot.guide
- .described-by
- Michael Griebling (mgriebling@bix.com)
- .submittal
- Submitted via ftp directly by the author.
- .execute
- set choice `RequestChoice "FastPlot" "Please select an option" "View Guide" "View Pics" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool FastPlot.guide GUIDE
- endif
-
- if $choice EQ "2"
- set filechoice `RequestFile TITLE "Select File" PATTERN "#?.iff"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice ILBM
- endif
-