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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -