linux - gnuplot how to set error bars and label -
i want plot curve has error bars. used with yerrorlines that.
know want show label each point should done by: with labels
how can use both of theme simultaneously? tried with yerrorlines ,labels not worked!
you must plot data twice:
plot 'data' using 1:2:3 yerrorlines title 'title',\ '' using 1:2:4 labels offset 0,2 notitle you must adapt label offset such label doesn't overlap error bars.
Comments
Post a Comment