Commit cedf0315e3d04fd86a10efe8b28c26280eeb1a02
1 parent
c071d3b4
Exists in
master
and in
109 other branches
plotLayout
Showing
1 changed file
with
18 additions
and
1 deletions
Show diff stats
help/plotLayout
1 | 1 | <h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Layout</h2> |
2 | -<img align="left" src="help/images/plotLayout.png" style="margin: 10px 10px 0px 0px;"/> | |
2 | +Layout defines position of the panels on the page. On click the <b><i>Layout</b></i> element : | |
3 | +<img class="centered" src="help/images/plotLayout.png" style="margin: 10px 10px 10px 10px;"/> | |
4 | +<h3>Implemented Layouts</h3> | |
5 | + | |
6 | + <i>Vertical</i> ( default ): vertical stack of panels;<br/> | |
7 | + all time panels are of the same width;<br/> | |
8 | + one XY panel in the line;<br/> | |
9 | + generic panel height (for Time and XY panel)<br/> | |
10 | + and width (for XY panel) can be defined at this level<br/><br/> | |
11 | + | |
12 | + <i>Auto</i> : automatic layout - if possible combines<br/> | |
13 | + several XY panels at the same level; | |
14 | + only panel height can be defined (XY panel is 'square')<br/><br/> | |
15 | + | |
16 | + <i>Manual</i> : everything is to be defined by user | |
17 | + | |
18 | + <hr> | |
19 | +Two generic panel types : 'Time/Epoch' and 'XY (Scatter/Instant)'; | |
3 | 20 | <br/> |
4 | 21 | |
5 | 22 | \ No newline at end of file | ... | ... |