Changeset 17 in ZHANGProjects for ICOSIM/CPP/trunk/source/PlotTrajectory1.p


Ignore:
Timestamp:
Sep 30, 2014, 11:05:33 AM (10 years ago)
Author:
zhangj
Message:

Added comments...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ICOSIM/CPP/trunk/source/PlotTrajectory1.p

    r5 r17  
    1 #Gnuplot script for PlotTrajectory plot in x
     1#Gnuplot script file for the PlotTrajectory in x
    22
     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"
    39
    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
     10set style line 2 lw 1 lt 6
    1211
     12set key outside below
    1313
    14    load 'plotxco.p'
    15 
    16 
    17    unset key
    18                      
     14load 'plotxco.p'
     15unset key
Note: See TracChangeset for help on using the changeset viewer.