Hi,
I was doing the following using gnuplot:
gnuplot> set xdata time
gnuplot> set timefmt "%H:%M"
gnuplot> set term png
Terminal type set to 'png'
Options are 'small color picsize 640 480 '
gnuplot> set output "gnuplot1.png"
gnuplot>
gnuplot> plot "graph_input.txt"
Now, I am trying to use the Chart::Graph::Gnuplot perl module. Here is
what I have:
use Chart::Graph::Gnuplot qw(gnuplot);
gnuplot({"xdata" => "time",
"timefmt" => "%H:%M",
"output type" => "png",
"output file" => "gnuplot1.png",
What do I need to actually plot the input file called
"graph_input.txt"? Also how does the closing syntax work with the
opening ({ brackets? Hopefully someone can help me get this working, I
appreciate all the help.
Thanks,
Matt
************DISCLAIMER*************
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee, please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that using, disclosing, copying or distributing the contents of this information is strictly prohibited.
************DISCLAIMER*************
|