Initial release of Maemo 5 port of gnuplot
[gnuplot] / share / Gnuplot.app-defaults
1 ! X resources for gnuplot x11 terminal driver
2 ! More information available in the gnuplot documentation
3 ! From inside gnuplot, try 'help set term x11'
4
5 ! User interface settings
6   gnuplot*exportselection:  on
7   gnuplot*fastrotate:   on
8   gnuplot*feedback:     on
9 ! gnuplot*ctrlq:        off
10   gnuplot*persist:      off
11 ! gnuplot*raise:        on
12   gnuplot*dashed:       off
13
14 ! Default font and font encoding
15 ! gnuplot*font:        verdana,11,bold
16 ! gnuplot*encoding:    iso8859-15
17
18 ! Default line colors
19 ! gnuplot*background:  white
20   gnuplot*textColor:   black
21   gnuplot*borderColor: black
22   gnuplot*axisColor:   black
23   gnuplot*line1Color:  red
24   gnuplot*line2Color:  green
25   gnuplot*line3Color:  blue
26   gnuplot*line4Color:  magenta
27   gnuplot*line5Color:  cyan
28   gnuplot*line6Color:  sienna
29   gnuplot*line7Color:  orange
30   gnuplot*line8Color:  coral
31
32 ! Default line widths
33   gnuplot*axisWidth:   0
34   gnuplot*borderWidth: 2
35   gnuplot*line1Width:  1
36   gnuplot*line2Width:  1
37   gnuplot*line3Width:  1
38   gnuplot*line4Width:  1
39   gnuplot*line5Width:  1
40   gnuplot*line6Width:  1
41   gnuplot*line7Width:  1
42   gnuplot*line8Width:  1
43
44 ! Default point size
45   gnuplot*pointsize:   1
46
47 ! Default dash patterns for monochrome Displays
48 ! 0 means a solid line.
49 ! A two-digit number `jk` means a dashed line with a repeated pattern of 
50 ! `j` pixels on followed by `k` pixels off.  For example, '16' is a dotted
51 ! line with one pixel on followed by six pixels off.
52 ! More elaborate on/off patterns can be specified with a four-digit value.
53 ! The default values shown below are for monochrome displays
54 ! or monochrome rendering on color or grayscale displays.  For color displays,
55 ! the default for each is 0 (solid line) except for `axisDashes`
56   gnuplot*borderDashes:   0
57   gnuplot*axisDashes:    16
58   gnuplot*line1Dashes:    0
59   gnuplot*line2Dashes:   42
60   gnuplot*line3Dashes:   13
61   gnuplot*line4Dashes:   44
62   gnuplot*line5Dashes:   15
63   gnuplot*line6Dashes: 4441
64   gnuplot*line7Dashes:   42
65   gnuplot*line8Dashes:   13
66
67 ! Colormap usage and preferred visual Display class
68 ! gnuplot*maxcolors:  <integer>
69 ! gnuplot*mincolors:  <integer>
70 ! gnuplot*visual:     <visual name>
71   gnuplot*mono:         off
72   gnuplot*gray:         off
73   gnuplot*reverseVideo: off
74
75 ! Grayscale setting (only checked if program is invoked as gnuplot -gray)
76   gnuplot*textGray:   black
77   gnuplot*borderGray: gray50
78   gnuplot*axisGray:   gray50
79   gnuplot*line1Gray:  gray100
80   gnuplot*line2Gray:  gray60
81   gnuplot*line3Gray:  gray80
82   gnuplot*line4Gray:  gray40
83   gnuplot*line5Gray:  gray90
84   gnuplot*line6Gray:  gray50
85   gnuplot*line7Gray:  gray70
86   gnuplot*line8Gray:  gray30
87