############################################################### # # GnuPlot example file for (V1) # # Janine Glänzel, Roman Unger ... 07/2014 # ############################################################### # # Copyright (C) 2014 Janine Glänzel, Roman Unger # # janine.glaenzel@mathematik.tu-chemnitz.de # roman.unger@mathematik.tu-chemnitz.de # # This program is free software: you can redistribute it # and/or modify it under the terms of the GNU General Public # License as published by the Free Software Foundation, # either version 3 of the License, or (at your option) any # later version. # # This program is distributed in the hope that it will be # useful, but WITHOUT ANY WARRANTY; without even the implied # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR # PURPOSE. # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public # License along with this program. # If not, see . # ############################################################### reset set terminal epslatex size 16cm,10cm color colortext dashed # if this file is named foo.txt, # the output here MUST named foo-input.tex set output "example_v1-input.tex" #unset xtics #unset ytics set xlabel 't[s]' offset 0,0.75 set ylabel 'T(t)[$^\circ$C]' offset 1.6,0 set key top right horizontal spacing 4 width 1 box lt -1 plot [0:10] "example_v1/V1.dat" using 1:($2+12.3) title 'T(t)' with lines linetype 1 linecolor rgb "#0000FF" linewidth 3