Hi all,
This has been driving me mad for months now so I decided it was time to have another look. When I run the PPStats script to generate stats from my PProxy I get all the pages but no graphs. All of the images are missing. I did a bit of digging yesterday and it looks like it's a path problem with the gnuplot.ini file but I can't figure out where it's going wrong in the script.
The GNUPlot section of my PPStats script looks like this :-
GNUPlot = "c:\progra~1\gnuplot\wgnuplot.exe" # Path to GNUplot executable.
GNUPlotconfig = "gnuplot.ini" # GNUplot config file.
GNUPlotdata = "plot.data" # GNUplot data file.
GNUPlotoutput = "plot.gif" # Output GIF filename.
And this is what's sent to the gnuplot.ini file :-
set output 'd:\martin\dnet\/plot.gif'
plot 'd:\martin\dnet\/plot.data' using 1:2 title 'daily', 28125.5175983437 title 'overall', 'd:\martin\dnet\/plot.data' using 1:3 title '21 day'
Now, I can see where the problem lies as highlited above but for the life of me I can't seem to change the output directory to clear the pair of slashes.
Can anyone point me in the right direction here?
This has been driving me mad for months now so I decided it was time to have another look. When I run the PPStats script to generate stats from my PProxy I get all the pages but no graphs. All of the images are missing. I did a bit of digging yesterday and it looks like it's a path problem with the gnuplot.ini file but I can't figure out where it's going wrong in the script.
The GNUPlot section of my PPStats script looks like this :-
GNUPlot = "c:\progra~1\gnuplot\wgnuplot.exe" # Path to GNUplot executable.
GNUPlotconfig = "gnuplot.ini" # GNUplot config file.
GNUPlotdata = "plot.data" # GNUplot data file.
GNUPlotoutput = "plot.gif" # Output GIF filename.
And this is what's sent to the gnuplot.ini file :-
set output 'd:\martin\dnet\/plot.gif'
plot 'd:\martin\dnet\/plot.data' using 1:2 title 'daily', 28125.5175983437 title 'overall', 'd:\martin\dnet\/plot.data' using 1:3 title '21 day'
Now, I can see where the problem lies as highlited above but for the life of me I can't seem to change the output directory to clear the pair of slashes.
Can anyone point me in the right direction here?
