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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -