Here you can find informations and downloads related to Gnuplot on OS/2:
Remarks:
y = x**2 on my system ...
So far I'm just offering two very simple REXX programs.
This small Rexx script can display data taken from a simple ASCII file as
a pie-chart.
The first lines of the source contain a small introduction to the code.
This program definitely won't win any award but it is a simple,
"useful" application of the REXX-interface
which is available only on OS/2 !
Here's a full example:
plot "<ased file1 file2 word(a,1)' 'Word(a,2)*Word(b,3)"
| If file1 is | and file 2 | gnuplot will plot | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
In ASED "a" represents the actual row of file1 and
"b" does so for file2. The example is based on the REXX function
Word(string, word_number)
but all other string functions could be used as well.
You can also use all other functions including math operations and even
mix them !
Though every object (variable) in REXX is a string
the interpreter automatically converts strings representing a proper
integer or floating-point number internally so it can be used inside
mathematical expressions without an explicit cast.
info-gnuplotATdartmouth.edu mailing list.
So please read the Usenet groups and avoid subscribing to the list.