File: start.tmpl

package info (click to toggle)
libdemeter-perl 0.9.27%2Bds6-9
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 74,028 kB
  • sloc: perl: 73,233; python: 2,196; makefile: 1,999; ansic: 1,368; lisp: 454; sh: 74
file content (46 lines) | stat: -rw-r--r-- 2,082 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  $inout = ($P->legendoutside) ? 'outside' : 'inside';
  q{}
}
##
## ======== NEW PLOT ========
set output
set encoding default # iso_8859_1
set terminal {$C->default("gnuplot","terminal")} {$P->terminal_number} font '{$C->default("gnuplot","font")},{$C->default("gnuplot","fontsize")}' {$C->default("gnuplot","termparams")} title "{$C->mo->identity}[Plot.{$P->terminal_number}]"
set mouse doubleclick 750
set origin 0.01,0.01
set size 0.99,0.99
set autoscale
unset label
unset logscale
unset xrange
unset xtics
set xtics

## line styles
w={$C->default("gnuplot","linewidth")}
set style line 1  linecolor rgb "{$C->default("gnuplot", "col0")}" linetype 1 linewidth w pointsize 1 pointtype 7
set style line 2  linecolor rgb "{$C->default("gnuplot", "col1")}" linetype 1 linewidth w pointsize 1
set style line 3  linecolor rgb "{$C->default("gnuplot", "col2")}" linetype 1 linewidth w pointsize 1
set style line 4  linecolor rgb "{$C->default("gnuplot", "col3")}" linetype 1 linewidth w pointsize 1
set style line 5  linecolor rgb "{$C->default("gnuplot", "col4")}" linetype 1 linewidth w pointsize 1
set style line 6  linecolor rgb "{$C->default("gnuplot", "col5")}" linetype 1 linewidth w pointsize 1
set style line 7  linecolor rgb "{$C->default("gnuplot", "col6")}" linetype 1 linewidth w pointsize 1
set style line 8  linecolor rgb "{$C->default("gnuplot", "col7")}" linetype 1 linewidth w pointsize 1
set style line 9  linecolor rgb "{$C->default("gnuplot", "col8")}" linetype 1 linewidth w pointsize 1
set style line 10 linecolor rgb "{$C->default("gnuplot", "col9")}" linetype 1 linewidth w pointsize 1

## marker styles
set style line 12 linecolor rgb "{$C->default("gnuplot", "markercolor")}"

## indicator styles
set style line 16 linecolor rgb "{$C->default("gnuplot", "indicatorcolor")}" lt 3 lw 1.5
set style arrow 1 nohead ls 16
unset arrow

## plot formatting
unset key
set border 15
set style line 20 linecolor rgb "{$C->default("gnuplot", "gridcolor")}"
set grid ls 20
set key {$C->default("gnuplot", "keylocation")} {$inout} {$C->default("gnuplot", "keyparams")}