source: TRACY3/trunk/tracy/gnuplot/dynap_delta.plt @ 3

Last change on this file since 3 was 3, checked in by zhangj, 12 years ago

Initiale import

  • Property svn:executable set to *
File size: 665 bytes
Line 
1ps = 0; eps = 0;
2
3if (!ps) set terminal x11;
4if (ps && !eps) set terminal postscript enhanced color solid;
5if (ps && eps) set terminal postscript eps enhanced color solid;
6
7set grid;
8
9if (ps) set output "dynap_delta.ps"
10set title "Dynamical Aperture";
11set xlabel "x [mm]";
12set ylabel "y [mm]";
13#set xrange[-40:40];
14#set yrange[-20:20];
15plot "dynap_0.dat" using 1:2 title "No Cavity/Rad" with linespoints 1, \
16     "dynap_delta_0.dat" using 1:2 title "{/Symbol d}=0" with linespoints 2, \
17     "dynap_delta_1.dat" using 1:2 title "{/Symbol d}=1%" with linespoints 3, \
18     "dynap_delta_2.dat" using 1:2 title "{/Symbol d}=2%" with linespoints 4;
19if (!ps) pause -1;
Note: See TracBrowser for help on using the repository browser.