source: TRACY3/trunk/tracy/gnuplot/H_long.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: 721 bytes
Line 
1ps = 0; eps = 1;
2
3if (!ps) set terminal x11;
4if (ps && !eps) \
5  set terminal postscript enhanced color solid lw 2 "Times-Roman" 20;
6if (ps && eps) \
7  set terminal postscript eps enhanced color solid lw 2 "Times-Roman" 20;
8
9set grid;
10
11set nosurface; set contour base; set noztics; set key off;
12# x <-> horizontal, y <-> vertical, z <-> perpendicular to screen
13# rot_x, rot_z, scale, scale_z
14set view 0, 0, 1, 1;
15set palette rgbformulae 22, 13, -31;
16
17if (ps) set output "H_long.ps"
18
19set cntrparam level 20;
20set title "Longitudinal Phase Space to O({/Symbol a}_4)"
21set xlabel "{/Symbol f} [{/Symbol \260}]"; set ylabel "{/Symbol d} [%]";
22splot "H_long.dat" using 1:2:3 notitle with lines lt palette z;
23if (!ps) pause(-1);
Note: See TracBrowser for help on using the repository browser.