added gfx
This commit is contained in:
27
tex/gfx/errorOverTimePlotterSolo.gp
Normal file
27
tex/gfx/errorOverTimePlotterSolo.gp
Normal file
@@ -0,0 +1,27 @@
|
||||
#set terminal pngcairo
|
||||
#set output "bla.png"
|
||||
|
||||
set terminal epslatex size 3.7,2
|
||||
set output "errorOverTime.tex"
|
||||
|
||||
set lmargin 4.5
|
||||
|
||||
set xlabel "\\footnotesize{time in seconds}"
|
||||
set ylabel "\\footnotesize{error in meters}" offset +1.7,0
|
||||
|
||||
set format x "\\footnotesize{%h}"
|
||||
set format y "\\footnotesize{%h}"
|
||||
|
||||
set key samplen 0.75
|
||||
|
||||
set yrange [0:18]
|
||||
set xrange [0:332]
|
||||
|
||||
set ytics 0,5,15
|
||||
|
||||
plot \
|
||||
"0_1519064452.csv" using ($1/1000):2 with lines lc rgb "#c8c8c8" lw 2.0 title "\\footnotesize{maximum particle}", \
|
||||
"0_1519062756.csv" using ($1/1000):2 with lines lc rgb "#004080" lw 1.5 title "\\footnotesize{weighted-average particle}",\
|
||||
"0_1519062956.csv" using ($1/1000):2 with lines lc rgb "#00dd00" lw 1.5 title "\\footnotesize{KDE}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user