Blame view

test/data/DataBaseParameters/imf_plot.xml 608 Bytes
afce918f   Benjamin Renard   Add test/data
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
<?xml version="1.0"?>
<param xml:id='imf_plot'>
	<get>
		<vi name='ace:imf:all'>
			<baseParam name='IMF' />
		</vi>
	</get>
	<process />
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="imf_plot">
						<serie index="0" yAxis="0">
							<line style="plain" width="2" color="[255,0,0]" />
							<symbol type="wildcard" size="10" color="[255,0,0]" />
						</serie>
					</param>
				</params>
				<axes>
					<xAxis>
						<timeAxis origin="0" />
					</xAxis>
					<yAxis>
						<digitalAxis id="0" showLegend="false" />
					</yAxis>
				</axes>
			</timePlot>
		</plot>
	</output>
</param>