-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathCdfGraph.xml
More file actions
75 lines (75 loc) · 2.1 KB
/
CdfGraph.xml
File metadata and controls
75 lines (75 loc) · 2.1 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
<!--
(C) Copyright 1996-2016 ECMWF.
This software is licensed under the terms of the Apache Licence Version 2.0
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation nor
does it submit to any jurisdiction.
-->
<magics>
<class action="pcdfgram"
directory="visualisers"
prefix="cdf"
xmltag="cdfgraph"
name="CdfGraph">
<documentation>
The Epsgram is responsible for accessing the espgram database its data to MAGICS.
</documentation>
<parameter member="type"
to="string"
default="medium"
from="string"
name="cdf_graph_type">
<documentation>Colour of the curve</documentation>
</parameter>
<parameter member="colour"
to="stringarray"
default="stringarray()"
from="stringarray"
name="cdf_lines_colour_array">
<documentation>Colour of the curve</documentation>
</parameter>
<parameter member="style"
to="stringarray"
default="stringarray()"
from="stringarray"
name="cdf_lines_style_array">
<documentation>Style of the curve</documentation>
</parameter>
<parameter member="thickness"
to="intarray"
default="intarray()"
from="intarray"
name="cdf_lines_thickness_array">
<documentation>Thickness of the curve</documentation>
</parameter>
<parameter member="clim_colour"
to="Colour"
default="black"
from="string"
name="cdf_clim_line_colour">
<documentation>Colour of the clim curve</documentation>
</parameter>
<parameter member="clim_thickness"
to="int"
default="4"
from="int"
name="cdf_clim_line_thickness">
<documentation>Thickness of the clim curve</documentation>
</parameter>
<parameter member="clim_style"
to="LineStyle"
default="solid"
from="string"
name="cdf_clim_line_style">
<documentation>Style of the clim curve</documentation>
</parameter>
<parameter member="legend"
to="bool"
default="off"
from="string"
name="legend">
<documentation>Style of the clim curve</documentation>
</parameter>
</class>
</magics>