-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.xml
More file actions
156 lines (153 loc) · 3.33 KB
/
defaults.xml
File metadata and controls
156 lines (153 loc) · 3.33 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!--
attribute value types:
DataValue.Type
integer
string
DPoint
double
DataValue
DataRange
AutoDataValue
RGBColor
boolean
-->
<mugl>
<graph>
<debug xcolor="0xffffff" xwidth="1.0"/>
<background color="0xffffff"/>
<window
margin="2"
border="2"
padding="5"
bordercolor="0x000000">
</window>
<legend
visible="auto"
frame="plot"
base="1 1"
anchor="1 1"
position="0 0"
columns="-1"
rows="-1"
border="1"
round="false"
radius="15"
color="0xffffff"
bordercolor= "0x000000"
opacity="1"
padding="0">
<icon
width="40"
height="30"
border="1">
</icon>
</legend>
<title
frame="padding"
base="0 1"
anchor="0 1"
position="0 0"
border="0"
color="0xffffff"
bordercolor="0x000000"
opacity="1"
round="false"
radius="15"
padding="0"
fontsize="18">
</title>
<plotarea
border="0"
bordercolor="0xeeeeee"
marginbottom="35"
marginleft="38"
margintop="10"
marginright="35">
</plotarea>
<axis
type="number"
position="0"
positionbase="left"
base="-1 -1"
anchor="-1"
length="1"
pregap="0"
postgap="0"
min="auto"
minposition="-1"
max="auto"
maxposition="1"
linewidth="1"
color="0x000000"
tickmin="-3"
tickmax="3"
highlightstyle="axis">
<title
fontname="default"
fontsize="12"
fontcolor="0x000000"
angle="0"
position="0 0"
anchor="0 0"
position_horiz_top="0 15"
position_horiz_bot="0 -18"
position_vert_right="33 0"
position_vert_left="-25 0"
anchor_horiz_top="0 -1"
anchor_horiz_bot="0 1"
anchor_vert_right="-1 0"
anchor_vert_left="1 0">
</title>
<labels
fontname="default"
fontsize="12"
fontcolor="0x000000"
format="%1d"
start="0"
angle="0"
position_horiz_top="0 5"
position_horiz_bot="0 -5"
position_vert_right="5 0"
position_vert_left="-8 0"
anchor_horiz_top="0 -1"
anchor_horiz_bot="0 1"
anchor_vert_right="-1 0"
anchor_vert_left="1 0"
spacing="10000 5000 2000 1000 500 200 100 50 20 10 5 2 1 0.1 0.01 0.001">
</labels>
<grid
color="0xeeeeee"
visible="false">
</grid>
<pan
allowed="yes">
<!-- min="null" -->
<!-- max="null" -->
</pan>
<zoom
allowed="yes">
<!-- anchor="null" -->
<!-- in="null" -->
<!-- out="null" -->
</zoom>
</axis>
<plot>
<legend label="" visible="true"/>
<horizontalaxis ref="">
<variable ref=""/>
</horizontalaxis>
<verticalaxis ref="">
<variable ref=""/>
</verticalaxis>
<renderer type="line">
</renderer>
</plot>
<data>
<variables missingvalue="" missingop="">
<variable type="number"/>
</variables>
<values>
</values>
</data>
</graph>
</mugl>