set terminal epslatex color colortext set output "1_4.eps" set xlabel '$R/Ω$' set ylabel '$C ⟨U\indices{_J^2}⟩$' set xtics 500000 set pointsize 2 plot "data/1.4(Noises_Dependence_on_Resistance).dat" using 1:($1/(1500.0**2) - 0.265/1000.0**2) with linespoints title '$C ⟨U\indices{_J^2}⟩$'