unified gfx
some minor tex changes
This commit is contained in:
@@ -4,7 +4,7 @@ set key samplen 1.0 spacing 0.8 width -5
|
||||
|
||||
set lmargin 4.7
|
||||
set tmargin 0.3
|
||||
set rmargin 0.4
|
||||
set rmargin 1.2
|
||||
set bmargin 1.2
|
||||
|
||||
# the first 20 values (= 10 seconds) are skipped using "tail"
|
||||
@@ -28,6 +28,6 @@ set format y "\\footnotesize{%.0f \\%%}"
|
||||
|
||||
|
||||
plot \
|
||||
simpleInput using ($1/100):($0/simpleLines*100) with lines title "\\footnotesize{simple}" lc rgb "#000000", \
|
||||
multiInput using ($1/100):($0/multiLines*100) with lines title "\\footnotesize{multi}" lc rgb "#0000aa", \
|
||||
shortInput using ($1/100):($0/shortLines*100) with lines title "\\footnotesize{shortest}" lc rgb "#aa0000", \
|
||||
simpleInput using ($1/100):($0/simpleLines*100) with lines title "\\footnotesize{simple}" lw 1.2 lc rgb "#000000", \
|
||||
multiInput using ($1/100):($0/multiLines*100) with lines title "\\footnotesize{multi}" lw 1.2 lc rgb "#0000cc", \
|
||||
shortInput using ($1/100):($0/shortLines*100) with lines title "\\footnotesize{shortest}" lw 1.2 lc rgb "#cc0000", \
|
||||
|
||||
Reference in New Issue
Block a user