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

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

Initial import.

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