gnuplot, not including a line in data fit -
gnuplot, not including a line in data fit -
i have .dat file create in next format:
q h error
the first line of info not relevant fit. setting xrange not include undesired point, mean value not used in fit?
there 2 main lines proceed:
put #
in front end of first line like:
# q h error
use every skip first line of info file so:
plot 'data.dat' every 1::2
the same thing holds fit
. info modifier not allowed fit
smooth
.
gnuplot data-fitting
Comments
Post a Comment