set terminal epslatex color colortext set datafile separator "," set output "fits/Q_vs_x.eps" set xlabel '$x/\unit{\micro m}$' set ylabel '$Q_{load}$' set format y "$%.1s\\cdot 10^{%S}$" #set xtics 500000 set pointsize 2 plot "fits/Q_vs_x.CSV" using 1:2:2:3 with yerrorbars title '$Q_{load}$'