-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathGnuplot.app-defaults
More file actions
87 lines (78 loc) · 2.58 KB
/
Gnuplot.app-defaults
File metadata and controls
87 lines (78 loc) · 2.58 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
! X resources for gnuplot x11 terminal driver
! More information available in the gnuplot documentation
! From inside gnuplot, try 'help set term x11'
! User interface settings
gnuplot*exportselection: on
gnuplot*fastrotate: on
gnuplot*feedback: on
! gnuplot*ctrlq: off
gnuplot*persist: off
! gnuplot*raise: on
gnuplot*dashed: off
! Default font and font encoding
! gnuplot*font: verdana,11,bold
! gnuplot*encoding: iso8859-15
! Default line colors
! gnuplot*background: white
gnuplot*textColor: black
gnuplot*borderColor: black
gnuplot*axisColor: black
gnuplot*line1Color: red
gnuplot*line2Color: green
gnuplot*line3Color: blue
gnuplot*line4Color: magenta
gnuplot*line5Color: cyan
gnuplot*line6Color: sienna
gnuplot*line7Color: orange
gnuplot*line8Color: coral
! Default line widths
gnuplot*axisWidth: 0
gnuplot*borderWidth: 2
gnuplot*line1Width: 1
gnuplot*line2Width: 1
gnuplot*line3Width: 1
gnuplot*line4Width: 1
gnuplot*line5Width: 1
gnuplot*line6Width: 1
gnuplot*line7Width: 1
gnuplot*line8Width: 1
! Default point size
gnuplot*pointsize: 1
! Default dash patterns for monochrome Displays
! 0 means a solid line.
! A two-digit number `jk` means a dashed line with a repeated pattern of
! `j` pixels on followed by `k` pixels off. For example, '16' is a dotted
! line with one pixel on followed by six pixels off.
! More elaborate on/off patterns can be specified with a four-digit value.
! The default values shown below are for monochrome displays
! or monochrome rendering on color or grayscale displays. For color displays,
! the default for each is 0 (solid line) except for `axisDashes`
gnuplot*borderDashes: 0
gnuplot*axisDashes: 16
gnuplot*line1Dashes: 0
gnuplot*line2Dashes: 42
gnuplot*line3Dashes: 13
gnuplot*line4Dashes: 44
gnuplot*line5Dashes: 15
gnuplot*line6Dashes: 4441
gnuplot*line7Dashes: 42
gnuplot*line8Dashes: 13
! Colormap usage and preferred visual Display class
! gnuplot*maxcolors: <integer>
! gnuplot*mincolors: <integer>
! gnuplot*visual: <visual name>
gnuplot*mono: off
gnuplot*gray: off
gnuplot*reverseVideo: off
! Grayscale setting (only checked if program is invoked as gnuplot -gray)
gnuplot*textGray: black
gnuplot*borderGray: gray50
gnuplot*axisGray: gray50
gnuplot*line1Gray: gray100
gnuplot*line2Gray: gray60
gnuplot*line3Gray: gray80
gnuplot*line4Gray: gray40
gnuplot*line5Gray: gray90
gnuplot*line6Gray: gray50
gnuplot*line7Gray: gray70
gnuplot*line8Gray: gray30