Tavernt Muchenje wrote:
> We are interested in using GNUplot
^^^^^^^
Erm... the program's name is gnuplot. Not GNUplot, GNU plot, GNUPLOt
nor anything like that.
> to draw our stats graph to a webpage
> using PHP and PERL, however we have no clue how the GNU plot works in
> terms of what we want to do.
Learn how to use "pipes" in your scripting language of choise. Open one
to gnuplot, send it the commands (and optionally your data, too, see
"help data special" in gnuplot), harvest the generated graphics either
directly to stdout or to a file.
|