PLOTTER | |||
|
|
|
||
P L O T T E R
----------------------------
This utility will generate GIF files from data files as supplied in a defined
control file. The drawing routines use the 'gd' toolkit from Thomas Boutell,
and the file gd.html as supplied in the documentation has details on purpose,
licensing and copyright of this library. The code for 'plotter' is copyleft
analogous to the GPL. Autor is reinhard@doelz.com in May, 1999. The code has
been verified on LINUX and NT commandline mode.
[ Previous chapter ][ This chapter ][ Next chapter ]
Commandline mode DOS Commandline mode UNIX -------------------- --------------------- plotter [/v|/q] file plotter [-v|-q] fileThe "v" switch turns on "verbose" mode and prints what has been recognized in extensive fashion. This is for debugging purposes only. The "q" switch is for normal operation and suppresses any messages that document program operation, but will print error messages and exit code -1. 'file' is either a steering file which has FILE commands in it (see below), or is selected from the file stem (supposing ending *.plt), or is seletced from the file ending (supposing name plotter.*). E.g.,
STEERING FILE TOKENS The 'steering file' is a definition how to process
the data. It has sections for each individual line to be plotted. Besides the sheer data painting,
it also has a GLOBAL section that will define headline, asxis, legends, etc.
[
Previous chapter ],[ This chapter ][ Next chapter
]
[next page/section] , or [overview] , or [table of contents]