home *** CD-ROM | disk | FTP | other *** search
- DataPlot v1.00
- ~~~~~~~~~~~~~~
- Written by Stefan Zeiger of ! Wizard Works ! in 10/1991
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Public Domain
- ~~~~~~~~~~~~~
-
- DataPlot is a very special function "plotter". It does not really plot the
- data, but it creates a ".dat" file containing the function which you typed in
- and the corresponding values that have been calculated. The ".dat" file can
- then be read in by "MultiPlot" (from AmigaLibDisk 467), so that you can mani-
- pulate the data with much more powerful functions than most normal function
- plotter programs offer.
-
- USAGE :
- ~~~~~~~
- IMPORTANT : DATAPLOT NEEDS THE "TOOL.LIBRARY" IN "LIBS:".
- This library can e.g. be found on AmigaLibDisk 376.
-
- DataPlot can only be used from the CLI or Shell. The command line syntax is :
- "DataPlot function xmin xmax step". The output can also be redirected to a file
- by putting a ">file" directly after the command name (before the arguments !).
- This file should end with ".dat" so that it can easily be read in by "Multi-
- Plot". "function" is the function that shall be computed, e.g. "sin(x)+x".
- A detailed description about the function syntax can be found in the documenta-
- tion of the "tool.library". "xmin" and "xmax" are the boundaries of the area
- that shall be computed. "step" is the space between two points in the X direc-
- tion. Example : Type in "DataPlot >CosXPlusX.dat cos(x)+x -10 10 0.1", wait
- until the message "Finished." appears, start "MultiPlot" and load "CosXPlus-
- X.dat". Now you can manipulate the data as you like. HAVE FUN !
-
-
-
- DataPlot v1.00 was compiled using SAS/C 5.10.
-
- This program is PUBLIC DOMAIN. You may do with it whatever you want.
-
- C U at the « AMIGA '91 » ,
- Stefan.
-
-
- -----------------------------------------------------------------------------
-
- STANDARD MAIL : ! WIZARD WORKS !
- Stefan Zeiger
- Seligenstaedter Weg 24
- D-W-8756 Kahl
- West Germany
-
- VOICE : (49)-6188-2525
-
- -----------------------------------------------------------------------------
-