#!/usr/bin/gnuplot -persist # # # G N U P L O T # Version 4.0 patchlevel 0 # last modified Thu Apr 15 14:44:22 CEST 2004 # System: Linux 2.6.8-24.11-smp # # Copyright (C) 1986 - 1993, 1998, 2004 # Thomas Williams, Colin Kelley and many others # # This is gnuplot version 4.0. Please refer to the documentation # for command syntax changes. The old syntax will be accepted # throughout the 4.0 series, but all save files use the new syntax. # # Type `help` to access the on-line reference manual. # The gnuplot FAQ is available from # http://www.gnuplot.info/faq/ # # Send comments and requests for help to # # Send bugs, suggestions and mods to # # # set terminal x11 # set output unset clip points set clip one unset clip two set bar 1.000000 set border 31 lt -1 lw 1.000 set xdata set ydata set zdata set x2data set y2data set timefmt x "%d/%m/%y,%H:%M" set timefmt y "%d/%m/%y,%H:%M" set timefmt z "%d/%m/%y,%H:%M" set timefmt x2 "%d/%m/%y,%H:%M" set timefmt y2 "%d/%m/%y,%H:%M" set timefmt cb "%d/%m/%y,%H:%M" set boxwidth set style fill empty border set dummy x,y set format x "% g" set format y "% g" set format x2 "% g" set format y2 "% g" set format z "% g" set format cb "% g" set angles radians unset grid set key title "" unset key unset label unset arrow unset style line unset style arrow unset logscale set offsets 0, 0, 0, 0 set pointsize 2 set encoding default unset polar unset parametric unset decimalsign set view map set samples 100, 100 set isosamples 10, 10 set surface unset contour set clabel '%8.3g' set mapping cartesian set datafile separator whitespace unset hidden3d set cntrparam order 4 set cntrparam linear set cntrparam levels auto 5 set cntrparam points 5 set size ratio 0 1,1 set origin 0,0 set style data pm3d set style function pm3d set xzeroaxis lt -2 lw 1.000 set yzeroaxis lt -2 lw 1.000 set x2zeroaxis lt -2 lw 1.000 set y2zeroaxis lt -2 lw 1.000 set tics in set ticslevel 0.5 set ticscale 1 0.5 set mxtics default set mytics default set mztics default set mx2tics default set my2tics default set mcbtics default set xtics border mirror norotate 5 set ytics border mirror norotate 5 set noztics set nox2tics set noy2tics set cbtics border mirror norotate 256 set title "" 0.000000,0.000000 font "" set timestamp "" bottom norotate 0.000000,0.000000 "" set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] ) set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) set xlabel "ADC Channel" 0.000000,0.000000 font "" set x2label "" 0.000000,0.000000 font "" set xrange [ 0.00000 : 21.0000 ] noreverse nowriteback set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) set ylabel "Time Bin [0.1us]" 0.000000,0.000000 font "" set y2label "" 0.000000,0.000000 font "" set yrange [ 0.00000 : 32.0000 ] noreverse nowriteback set y2range [ * : * ] reverse nowriteback # (currently [-10.0000:10.0000] ) set zlabel "" 0.000000,0.000000 font "" set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) set cblabel "ADC Value" 0.000000,0.000000 font "" set cbrange [ 30.0000 : 1023.00 ] noreverse nowriteback set zero 1e-08 set lmargin -1 set bmargin -1 set rmargin -1 set tmargin -1 set locale "C" set pm3d at b set pm3d scansautomatic flush begin noftriangles nohidden3d implicit corners2color c3 set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB set palette defined ( 0 1 1 1, 0.1 0 0 1, 0.25 0 0.85 0.9,\ 0.4 0 0.75 0, 0.5 1 1 0, 0.7 1 0 0, 0.9 0.6 0 0.6,\ 1 0 0 0 ) set colorbox default set colorbox vertical origin 0.9,0.2 size 0.1,0.63 bdefault set loadpath set fontpath set fit noerrorvariables MOUSE_SHIFT = 0 MOUSE_ALT = 0 MOUSE_CTRL = 0 splot "event/event.out" matrix with pm3d, "event/event.tp" with lines #!/usr/bin/gnuplot -persist # # # G N U P L O T # Version 4.0 patchlevel 0 # last modified Thu Apr 15 14:44:22 CEST 2004 # System: Linux 2.6.8-24.11-smp # # Copyright (C) 1986 - 1993, 1998, 2004 # Thomas Williams, Colin Kelley and many others # # This is gnuplot version 4.0. Please refer to the documentation # for command syntax changes. The old syntax will be accepted # throughout the 4.0 series, but all save files use the new syntax. # # Type `help` to access the on-line reference manual. # The gnuplot FAQ is available from # http://www.gnuplot.info/faq/ # # Send comments and requests for help to # # Send bugs, suggestions and mods to # # # set terminal x11 # set output unset clip points set clip one unset clip two set bar 1.000000 set border 31 lt -1 lw 1.000 set xdata set ydata set zdata set x2data set y2data set timefmt x "%d/%m/%y,%H:%M" set timefmt y "%d/%m/%y,%H:%M" set timefmt z "%d/%m/%y,%H:%M" set timefmt x2 "%d/%m/%y,%H:%M" set timefmt y2 "%d/%m/%y,%H:%M" set timefmt cb "%d/%m/%y,%H:%M" set boxwidth set style fill empty border set dummy x,y set format x "% g" set format y "% g" set format x2 "% g" set format y2 "% g" set format z "% g" set format cb "% g" set angles radians unset grid set key title "" unset key unset label unset arrow unset style line unset style arrow unset logscale set offsets 0, 0, 0, 0 set pointsize 2 set encoding default unset polar unset parametric unset decimalsign set view map set samples 100, 100 set isosamples 10, 10 set surface unset contour set clabel '%8.3g' set mapping cartesian set datafile separator whitespace unset hidden3d set cntrparam order 4 set cntrparam linear set cntrparam levels auto 5 set cntrparam points 5 set size ratio 0 1,1 set origin 0,0 set style data pm3d set style function pm3d set xzeroaxis lt -2 lw 1.000 set yzeroaxis lt -2 lw 1.000 set x2zeroaxis lt -2 lw 1.000 set y2zeroaxis lt -2 lw 1.000 set tics in set ticslevel 0.5 set ticscale 1 0.5 set mxtics default set mytics default set mztics default set mx2tics default set my2tics default set mcbtics default set xtics border mirror norotate 5 set ytics border mirror norotate 5 set noztics set nox2tics set noy2tics set cbtics border mirror norotate 256 set title "" 0.000000,0.000000 font "" set timestamp "" bottom norotate 0.000000,0.000000 "" set rrange [ * : * ] noreverse nowriteback # (currently [0.00000:10.0000] ) set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) set urange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) set xlabel "ADC Channel" 0.000000,0.000000 font "" set x2label "" 0.000000,0.000000 font "" set xrange [ 0.00000 : 21.0000 ] noreverse nowriteback set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) set ylabel "Time Bin [0.1us]" 0.000000,0.000000 font "" set y2label "" 0.000000,0.000000 font "" set yrange [ 0.00000 : 32.0000 ] noreverse nowriteback set y2range [ * : * ] reverse nowriteback # (currently [-10.0000:10.0000] ) set zlabel "" 0.000000,0.000000 font "" set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) set cblabel "ADC Value" 0.000000,0.000000 font "" set cbrange [ 30.0000 : 1023.00 ] noreverse nowriteback set zero 1e-08 set lmargin -1 set bmargin -1 set rmargin -1 set tmargin -1 set locale "C" set pm3d at b set pm3d scansautomatic flush begin noftriangles nohidden3d implicit corners2color c3 set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB set palette defined ( 0 1 1 1, 0.1 0 0 1, 0.25 0 0.85 0.9,\ 0.4 0 0.75 0, 0.5 1 1 0, 0.7 1 0 0, 0.9 0.6 0 0.6,\ 1 0 0 0 ) set colorbox default set colorbox vertical origin 0.9,0.2 size 0.1,0.63 bdefault set loadpath set fontpath set fit noerrorvariables MOUSE_SHIFT = 0 MOUSE_ALT = 0 MOUSE_CTRL = 0 splot "event/event.out" matrix with pm3d, "event/event.tp" with lines set terminal postscript color set output "event/event.ps" replot set terminal postscript color eps set output "event/event.eps" replot # EOF