in PPstats ini:
GNUPlot = "C:/GNU/GNUplot.exe" # Path to GNUplot executable.
GNUPlotconfig = "gnuplot.ini" # GNUplot config file.
GNUPlotdata = "plot.data" # GNUplot data file.
GNUPlotoutput = "plot.gif" # Output GIF filename.
Gnuplot.ini word gemaakt
plot.data ook
plot.gif word niet gemaakt
Gnuplot.ini:
set title "History Plot for Bovine RC5-64\nTeam Future_Cow_Power\n"
set data style lines
set key top left
set timefmt '%Y/%m/%d'
set xdata time
set xrange ['2001/11/24':'2001/11/29'] noreverse nowriteback
set format x '%m/%d/%Y'
set xtics rotate
set ylabel 'Rate (kkeys/sec)'
set yrange [0:*] noreverse nowriteback
set grid
set bmargin 6
set terminal gif transparent interlace size 520,400 xFFFFFF x000000 x000000 x770000 x333399 x3333FF
set output 'C:/Program Files/Apache Group/Apache/htdocs//plot.gif'
plot 'C:/Program Files/Apache Group/Apache/htdocs//plot.data' using 1:2 title 'daily', 3480.33126293996 title 'overall', 'C:/Program Files/Apache Group/Apache/htdocs//plot.data' using 1:3 title '21 day'
Plot.data:
2001/11/25 1400.62 66.70
2001/11/26 4434.78 277.88
2001/11/27 4605.59 497.19
2001/11/28 4710.23 721.49
GNUPlot = "C:/GNU/GNUplot.exe" # Path to GNUplot executable.
GNUPlotconfig = "gnuplot.ini" # GNUplot config file.
GNUPlotdata = "plot.data" # GNUplot data file.
GNUPlotoutput = "plot.gif" # Output GIF filename.
Gnuplot.ini word gemaakt
plot.data ook
plot.gif word niet gemaakt
Gnuplot.ini:
set title "History Plot for Bovine RC5-64\nTeam Future_Cow_Power\n"
set data style lines
set key top left
set timefmt '%Y/%m/%d'
set xdata time
set xrange ['2001/11/24':'2001/11/29'] noreverse nowriteback
set format x '%m/%d/%Y'
set xtics rotate
set ylabel 'Rate (kkeys/sec)'
set yrange [0:*] noreverse nowriteback
set grid
set bmargin 6
set terminal gif transparent interlace size 520,400 xFFFFFF x000000 x000000 x770000 x333399 x3333FF
set output 'C:/Program Files/Apache Group/Apache/htdocs//plot.gif'
plot 'C:/Program Files/Apache Group/Apache/htdocs//plot.data' using 1:2 title 'daily', 3480.33126293996 title 'overall', 'C:/Program Files/Apache Group/Apache/htdocs//plot.data' using 1:3 title '21 day'
Plot.data:
2001/11/25 1400.62 66.70
2001/11/26 4434.78 277.88
2001/11/27 4605.59 497.19
2001/11/28 4710.23 721.49