home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
sharewar
/
os2
/
grafika
/
splot
/
demo
/
simple.spt
< prev
next >
Wrap
Text File
|
1994-05-25
|
312b
|
14 lines
/* demo of simplest possible data */
/* plotting using all the defaults */
#include <splot.h>
double *data;
main()
{
readdata("demo\data1.dat",data);
plotdata(data);
label(LOWER,"Position");
label(LEFT,"Wavelength in !m!m");
text(6.20,22.98,"Mepsicron Calibration");
}