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

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -