/[corp]/esi/stocks.gp
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 /esi/stocks.gp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Jul 2 10:56:06 2001 UTC (22 years, 9 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
stocks

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 x11
20 # set output
21 set noclip points
22 set clip one
23 set noclip two
24 set bar 1.000000
25 set border 31 lt -1 lw 1.000
26 set xdata time
27 set ydata
28 set zdata
29 set x2data
30 set y2data
31 set boxwidth
32 set dummy x,y
33 set format x "%g"
34 set format y "%g"
35 set format x2 "%g"
36 set format y2 "%g"
37 set format z "%g"
38 set angles radians
39 set nogrid
40 set key title ""
41 set key right top Right noreverse box linetype -2 linewidth 1.000 samplen 4 spacing 1 width 0
42 set nolabel
43 set noarrow
44 set nolinestyle
45 set nologscale
46 set offsets 0, 0, 0, 0
47 set pointsize 1
48 set encoding default
49 set nopolar
50 set noparametric
51 set view 60, 30, 1, 1
52 set samples 100, 100
53 set isosamples 10, 10
54 set surface
55 set nocontour
56 set clabel '%8.3g'
57 set mapping cartesian
58 set nohidden3d
59 set cntrparam order 4
60 set cntrparam linear
61 set cntrparam levels auto 5
62 set cntrparam points 5
63 set size ratio 0 1,1
64 set origin 0,0
65 set data style points
66 set function style lines
67 set xzeroaxis lt -2 lw 1.000
68 set x2zeroaxis lt -2 lw 1.000
69 set yzeroaxis lt -2 lw 1.000
70 set y2zeroaxis lt -2 lw 1.000
71 set tics in
72 set ticslevel 0.5
73 set ticscale 1 0.5
74 set mxtics default
75 set mytics default
76 set mx2tics default
77 set my2tics default
78 set xtics border mirror norotate autofreq
79 set ytics border mirror norotate autofreq
80 set ztics border nomirror norotate autofreq
81 set nox2tics
82 set noy2tics
83 set title "" 0.000000,0.000000 ""
84 set timestamp "" bottom norotate 0.000000,0.000000 ""
85 set rrange [ * : * ] noreverse nowriteback # (currently [-0.00000:10.0000] )
86 set trange [ * : * ] noreverse nowriteback # (currently ["31.12.1999 23:59:55":"01.01.2000 00:00:05"] )
87 set urange [ * : * ] noreverse nowriteback # (currently ["31.12.1999 23:59:55":"01.01.2000 00:00:05"] )
88 set vrange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] )
89 set xlabel "" 0.000000,0.000000 ""
90 set x2label "" 0.000000,0.000000 ""
91 set timefmt "%d.%m.%Y %H:%M:%S"
92 set xrange [ * : * ] noreverse nowriteback # (currently ["31.12.1999 23:59:50":"01.01.2000 00:00:10"] )
93 set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
94 set ylabel "" 0.000000,0.000000 ""
95 set y2label "" 0.000000,0.000000 ""
96 set yrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
97 set y2range [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
98 set zlabel "" 0.000000,0.000000 ""
99 set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] )
100 set zero 1e-08
101 set lmargin -1
102 set bmargin -1
103 set rmargin -1
104 set tmargin -1
105 set locale "C"
106 plot 'data' using 0:1 smooth unique title "Pliva", 'data' using 0:2 smooth unique axes x1y2 title "FTSE-100"
107 # EOF

  ViewVC Help
Powered by ViewVC 1.1.26