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

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

Added comments...

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