source: ZHANGProjects/ICOSIM/CPP/trunk/source/PlotTrajectory1.p @ 17

Last change on this file since 17 was 17, checked in by zhangj, 10 years ago

Added comments...

File size: 262 bytes
Line 
1#Gnuplot script file for the PlotTrajectory in x
2
3set autoscale x
4set yrange [-25:25]
5 set style line 1 lw 1
6set ylabel "x [mm]"
7set xlabel "S-S_IP1 [km]"
8set title "Trajectory in x"
9
10set style line 2 lw 1 lt 6
11
12set key outside below
13
14load 'plotxco.p'
15unset key
Note: See TracBrowser for help on using the repository browser.