gfx change

This commit is contained in:
kazu
2016-05-09 16:42:40 +02:00
parent 7789adf6d5
commit 6c57e12768
4 changed files with 44 additions and 29 deletions

View File

@@ -19,6 +19,9 @@ unset ztics
set multiplot layout 1,2 scale 2.45,2.45 offset -0.005,0.23
set label 1 "\\footnotesize{a)}" at screen 0.005,0.96
set label 2 "\\footnotesize{b)}" at screen 0.505,0.96
unset key
splot \
'floors.dat' notitle with lines lc rgb '#999999', \
@@ -26,8 +29,9 @@ splot \
'../interval_path2_good/BS/est_norm_bergwerk_path2_galaxy_simple_interval7.dat' skip 21 notitle with lines lw 1.0 lc rgb '#00FF00', \
'../interval_path2_good/BS/est_smooth_bergwerk_path2_galaxy_simple_interval7.dat' skip 21 notitle with lines lw 1.0 lc rgb '#0000FF'
#set key at screen 0.9,0.12 opaque box samplen 0.5 width -7.0 maxrows 1
set key at screen 0.99,0.23 opaque box samplen 0.5 width -7.0
set key at screen 0.9,0.12 opaque box samplen 0.5 width -7.0 maxrows 1
splot \
'floors.dat' notitle with lines lc rgb '#999999', \
'../interval_path2_bad/path2.dat' notitle with lines lw 1.0 dashtype 2 lc rgb '#000000', \