Skip to content
Snippets Groups Projects
Select Git revision
  • 66664f7de4a8c2b93dcb88097e694a96eb8c0c33
  • master default protected
  • compilation2022apr
  • ISEI_3_5_1
  • VERSION_3_9-alba
  • VERSION_3_9-Indus2
  • Jianfeng
  • VERSION-3_10
  • VERSION-3_9_1
  • VERSION-3_9_alba
  • VERSION-3_9_Indus2
  • VERSION-3_9
  • VERSION-3_8
  • VERSION-3_7
  • ISEI_3_5_1-PATCH_2
  • ISEI_3_5_1-PATCH_1
  • PROD_3_5_1
  • VERSION_3_6prerelease2
  • VERSION_3_6prerelease
  • VERSION-3_5
  • tracy
21 results

linlat1.plt

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    linlat1.plt 733 B
    ps = 0; eps = 1;
    
    if (!ps) set terminal x11;
    if (ps && !eps) set terminal postscript enhanced color solid;
    if (ps && eps) set terminal postscript eps enhanced color solid;
    
    set grid;
    
    if (ps) set output "linlat_1.ps"
    set title "Beta Functions";
    set xlabel "s [m]";
    set ylabel "[m]";
    set y2range [-1.5:20];
    plot "linlat1.dat" using 1:6 title "{/Symbol b}_x" with lines 1, \
         "linlat1.dat" using 1:11 title "{/Symbol b}_y" with lines 2;
    if (!ps) pause -1;
    
    if (ps) set output "linlat_2.ps"
    set title "Dispersion";
    set xlabel "s [m]";
    set ylabel "Eta [m]";
    set y2range [-1.5:20];
    plot "linlat1.dat" using 1:8 title "{/Symbol h}_x" with lines 1, \
         "linlat1.dat" using 1:13 title "{/Symbol h}_y" with lines 2;
    if (!ps) pause -1;