panelSettings
1.78 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
<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Panel Settings</h2>
<img class="centered" src="help/images/plot_5.png"/>
<br/>
<p>
<b><i>Panel location</i></b> on the page is specified by its order in the form
(Panel 1 on the top of the page), its width and height.
Panel height and width are defined in relative PlotRegion units raging from 0 to 1.
All panels with the 'TIME' plot type have the same unmodifiable width = 1.
</p>
<br/>
<img class="centered" src="help/images/plot_6.png"/>
<br/>
<p>
<i>Xmin,Xmax,Ymin,Ymax</i> define data X-Y range.
If these fields have zero values AMDA scales axis itself basing on real data.
In order to set your own range fill these fields in the form.
In case of 'TIME' plot type Xmin and Xmax are always automatically set
to Start Time and Stop Time of the requested time
interval and cannot be modified.
</p>
<p>
<b><i>Plot Type</i></b>.
</p>
<p>There are two plot types
<b>Time</b>: <i>Y=function(Time)</i> and <b>Scatter</b> <i>Y=function(X)</i>.
To change Plot Type from 'Time' to 'Scatter' left click the 'TIME' field:
<br/>
<br/>
<img class="centered" src="help/images/plot_7.png"/>
<br/> After selection of 'Scatter' plot type
drag and drop a parameter you wish to use as argument onto
<span style="font-weight:bold;color:red">Select parameter...</span>.
Note that Scatter plot type could be applied to the scalars only.
</p>
<br/>
<img class="centered" src="help/images/plot_8.png"/>
<br/>
<p>
<b><i>Panel Additional Arguments</i></b>.
</p>
<p>
In the current release only <i>Y title</i> for both plot types and <i>X title</i>
for Scatter can be modified. Don't forget to press <b>Apply</b> button to register
your modifs.
</p>
<br/>
<img class="centered" src="help/images/plot_9.png"/>
<br/>
<br/>