Hi,
is it possible to use some scalar in the commands of gnuplot? I have in
my funcion a graph and it seems that gnuplot does not allow to put
scalar in the yrange and xrange parameter:
gnuplot lrc lrs otv --with-lines --output=display --single-yaxis { set
title 'Confidence interval for Threshold'; set yrange [0:40]; }
I need that gnuplot uses the maximum and minimum of my series.
Thanks
Federico