#!/usr/bin/gnuplot -persist # # # G N U P L O T # Linux version 3.7 # patchlevel 0 # last modified Thu Jan 14 19:34:53 BST 1999 # # Copyright(C) 1986 - 1993, 1998, 1999 # Thomas Williams, Colin Kelley and many others # # Type `help` to access the on-line reference manual # The gnuplot FAQ is available from # # # Send comments and requests for help to # Send bugs, suggestions and mods to # # set terminal gif small size 640,480 # set output 'ups.gif' set noclip points set clip one set noclip two set bar 1.000000 set border 31 lt -1 lw 1.000 set xdata time set ydata set zdata set x2data set y2data set boxwidth set dummy y,y set format x "%g" set format y "%g" set format x2 "%g" set format y2 "%g" set format z "%g" set angles radians set grid nopolar set grid xtics ytics noztics nox2tics noy2tics nomxtics nomytics nomztics nomx2tics nomy2tics lt 0 lw 1.000, lt 0 lw 1.000 set key title "wizard UPS temperature" set nokey set nolabel set label 1 "Degrees F" at 2.35872e+07, 110, 0 left norotate font "fixed,14" set label 2 "Degrees C" at 2.35872e+07, 60, 0 left norotate set noarrow set nolinestyle set nologscale set offsets 0, 0, 0, 0 set pointsize 1 set encoding default set nopolar set noparametric set view 3, 3, 3, 1 set samples 100, 100 set isosamples 10, 10 set surface set nocontour set clabel '%8.3g' set mapping cartesian set nohidden3d 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 data style steps set function style lines set xzeroaxis lt -2 lw 1.000 set x2zeroaxis lt -2 lw 1.000 set yzeroaxis 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 mx2tics default set my2tics default set xtics border mirror norotate autofreq set ytics border mirror norotate autofreq set ztics border nomirror norotate autofreq set nox2tics set noy2tics set title "wizard UPS temperature" 0.000000,0.000000 "" set timestamp "" bottom norotate 0.000000,0.000000 "" set rrange [ * : * ] noreverse nowriteback # (currently [-0:10] ) set trange [ * : * ] noreverse nowriteback # (currently ["Jan 01 00:00:00":"Jan 01 00:00:06"] ) set urange [ * : * ] noreverse nowriteback # (currently ["Dec 31 23:59:55":"Jan 01 00:00:05"] ) set vrange [ * : * ] noreverse nowriteback # (currently [-5:5] ) set xlabel "1999" 0.000000,0.000000 "Times,9" set x2label "" 0.000000,0.000000 "" set timefmt "%b %d %H:%M:%S" set xrange [ * : * ] noreverse nowriteback # (currently ["Dec 31 23:59:50":"Jan 01 00:00:10"] ) set x2range [ * : * ] noreverse nowriteback # (currently [-10:10] ) set ylabel "Temperature" 0.000000,0.000000 "" set y2label "" 0.000000,0.000000 "" set yrange [ * : * ] noreverse nowriteback # (currently [-10:10] ) set y2range [ * : * ] noreverse nowriteback # (currently [-10:10] ) set zlabel "temp C" 0.000000,0.000000 "" set zrange [ * : * ] noreverse nowriteback # (currently [-10:10] ) set zero 1e-08 set lmargin -1 set bmargin -1 set rmargin -1 set tmargin -1 set locale "C" # EOF