/[nn]/stat/nn.gnuplot
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /stat/nn.gnuplot

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Mar 7 17:10:47 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
misc

1 #!/usr/bin/gnuplot -persist
2 #
3 #
4 # G N U P L O T
5 # Linux version 3.7
6 # patchlevel 1
7 # last modified Fri Oct 22 18:00:00 BST 1999
8 #
9 # Copyright(C) 1986 - 1993, 1998, 1999
10 # Thomas Williams, Colin Kelley and many others
11 #
12 # Type `help` to access the on-line reference manual
13 # The gnuplot FAQ is available from
14 # <http://www.ucc.ie/gnuplot/gnuplot-faq.html>
15 #
16 # Send comments and requests for help to <info-gnuplot@dartmouth.edu>
17 # Send bugs, suggestions and mods to <bug-gnuplot@dartmouth.edu>
18 #
19 set terminal png
20 set output 'nn.png'
21 #set terminal x11
22 set noclip points
23 set clip one
24 set noclip two
25 set bar 1.000000
26 set border 31 lt -1 lw 1.000
27 set xdata time
28 set ydata
29 set zdata
30 set x2data
31 set y2data
32 set boxwidth
33 set dummy x,y
34 set format x "%d.%m"
35 set format y "%g"
36 set format x2 "%g"
37 set format y2 "%g"
38 set format z "%g"
39 set angles radians
40 set nogrid
41 set key title ""
42 set key right top Right noreverse box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0
43 set nolabel
44 set noarrow
45 set nolinestyle
46 set nologscale
47 set offsets 0, 0, 0, 0
48 set pointsize 1
49 set encoding default
50 set nopolar
51 set noparametric
52 set view 60, 30, 1, 1
53 set samples 100, 100
54 set isosamples 10, 10
55 set surface
56 set nocontour
57 set clabel '%8.3g'
58 set mapping cartesian
59 set nohidden3d
60 set cntrparam order 4
61 set cntrparam linear
62 set cntrparam levels auto 5
63 set cntrparam points 5
64 set size ratio 0 1,1
65 set origin 0,0
66 set data style points
67 set function style lines
68 set xzeroaxis lt -2 lw 1.000
69 set x2zeroaxis lt -2 lw 1.000
70 set yzeroaxis lt -2 lw 1.000
71 set y2zeroaxis lt -2 lw 1.000
72 set tics in
73 set ticslevel 0.5
74 set ticscale 1 0.5
75 set mxtics default
76 set mytics default
77 set mx2tics default
78 set my2tics default
79 set xtics border mirror norotate autofreq
80 set ytics border mirror norotate autofreq
81 set ztics border nomirror norotate autofreq
82 set nox2tics
83 set noy2tics
84 set title "" 0.000000,0.000000 ""
85 set timestamp "" bottom norotate 0.000000,0.000000 ""
86 set rrange [ * : * ] noreverse nowriteback # (currently [-0.00000:10.0000] )
87 set trange [ * : * ] noreverse nowriteback # (currently ["31/Dec/1999:23":"01/Jan/2000:00"] )
88 set urange [ * : * ] noreverse nowriteback # (currently ["31/Dec/1999:23":"01/Jan/2000:00"] )
89 set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
90 set xlabel "" 0.000000,0.000000 ""
91 set x2label "" 0.000000,0.000000 ""
92 set timefmt "%Y-%m-%d %H:%M"
93 set xrange [ * : * ] noreverse nowriteback # (currently ["31/Dec/1999:23":"01/Jan/2000:00"] )
94 set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
95 set ylabel "" 0.000000,0.000000 ""
96 set y2label "" 0.000000,0.000000 ""
97 set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
98 set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
99 set zlabel "" 0.000000,0.000000 ""
100 set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
101 set zero 1e-08
102 set lmargin -1
103 set bmargin -1
104 set rmargin -1
105 set tmargin -1
106 set locale "C"
107 plot "data" using 1:3 title "ukupno hitova", "data" using 1:4 title "get", "data" using 1:5 title "post" with lines
108 # EOF

  ViewVC Help
Powered by ViewVC 1.1.26