fixed temperatures
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Mon, 3 Mar 2008 16:42:41 +0000 (17:42 +0100)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Mon, 3 Mar 2008 16:42:41 +0000 (17:42 +0100)
posic/plot/sic_pc.gpi

index bbb500c..1efcc7a 100644 (file)
@@ -48,6 +48,10 @@ set key title ""
 set key inside right top vertical Right noreverse enhanced autotitles nobox
 set key noinvert samplen 4 spacing 1 width 0 height 0 
 unset label
+set label 1 "1" at 2, 350, 0 left norotate back nopoint offset character 0, 0, 0
+set label 2 "2" at 3.7, 200, 0 left norotate back nopoint offset character 0, 0, 0
+set label 3 "3" at 4.8, 100, 0 left norotate back nopoint offset character 0, 0, 0
+set label 4 "4" at 5.66, 50, 0 left norotate back nopoint offset character 0, 0, 0
 unset arrow
 set style increment default
 unset style line
@@ -98,7 +102,7 @@ set nox2tics
 set noy2tics
 set cbtics border in scale 1,0.5 mirror norotate  offset character 0, 0, 0
 set cbtics autofreq 
-set title "Pair correlation function of 3C-SiC" 
+set title "Reference pair (Si-C) correlation function of ideal 3C-SiC" 
 set title  offset character 0, 0, 0 font "" norotate
 set timestamp bottom 
 set timestamp "" 
@@ -142,5 +146,5 @@ set loadpath
 set fontpath 
 set fit noerrorvariables
 GNUTERM = "wxt"
-plot [1.5:6] "sic_pc_20.txt" w l t "$20\\, ^{\\circ}C$", "sic_pc_450.txt" w l t "$450\\, ^{\\circ}C$"
+plot [1.5:6] "sic_pc_20.txt" w l t "$20\\, ^{\\circ}$C", "sic_pc_450.txt" w l t "$450\\, ^{\\circ}$C"
 #    EOF