diff --git a/src/xy_svg.sh b/src/xy_svg.sh index 86a403d..c7054c9 100644 --- a/src/xy_svg.sh +++ b/src/xy_svg.sh @@ -6,7 +6,7 @@ set title "[X]/[Y] vs Time Plot" set xlabel "Time (t)" set ylabel "[X]/[Y]" set yrange [0:450] -plot "rk.dat" u (column(0)):2 w l lw 3 lc rgb '#9400d4' title "[X]","rk.dat" u (column(0)):3 w l lw 3 lc rgb '#0060ad' title "[Y]" +plot "lv-res.dat" u (column(0)):2 w l lw 3 lc rgb '#9400d4' title "[X]","lv-res.dat" u (column(0)):3 w l lw 3 lc rgb '#0060ad' title "[Y]" set terminal svg enhanced font 'Arial,11' @@ -14,4 +14,4 @@ set title "[X] vs [Y] Plot" set xlabel "[X]" set ylabel "[Y]" set output "rk2.svg" -plot "rk.dat" using 2:3 w l lw 3 lc rgb '#0060ad' title "" \ No newline at end of file +plot "lv-res.dat" using 2:3 w l lw 3 lc rgb '#0060ad' title ""