Commit cc9c44ec8c995281f9d60fa34b6100e78fc340e8

Authored by Elena.Budnik
1 parent 9fb65ac8

layuot help corr

Showing 2 changed files with 13 additions and 11 deletions   Show diff stats
help/images/autoOut.png

71 KB | W: | H:

60.1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
help/plotLayout
1 1 <h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Layout</h2>
2   -<b><i>Layout</i></b> defines position of the panels on the page. Note that there are two panel types
3   -<i>Time</i> (TimePlot/EpochPlop, normally only panel height can be defined) and <i>XY</i>
  2 +<b><i>Layout</i></b> controls panel sizes and their positioning on the page. There are two panel types in AMDA
  3 +<i>TimePlot</i> (TimePlot/EpochPlot, normally only panel height can be defined) and <i>XYPlot</i>
4 4 (ScatterPlot/InstantPlot, normally both panel height and width can be defined).
5   -You may select one of three different layouts.
  5 +<br/>You may select one of three different layouts.
6 6 <img class="centered" src="help/images/plotLayout.png" style="margin: 10px 0px 10px 0px;"/>
7 7 <hr>
8 8 <h3>Auto Layout</h3>
9 9 <img class="centered" src="help/images/autoOut.png" style="margin: 10px 0px 10px 0px;"/>
10 10 <ul>
11   -<li><i>Auto Layout</i> strictly defines panel height and spacing between panels (values in range 0 - 1). It is the same
12   -for the both panel types and can not be modified anywhere else. XY panels are square.
13   -<li>If possible several XY panels are combined at the same "row".
  11 +<li><i>Auto Layout</i> controls strictly the panel height and spacing between panels (all values in the range of 0 - 1).
  12 +<br/>Settings are the same
  13 +for the both panel types and can not be modified anywhere else.<br/> XY panels are assumed to be square in shape.
  14 +<li>If possible several XY panels are plotted at the same "row".
14 15 <li><i>Expand Panels</i> checkbox. If it is checked panels are proportionally expanded to occupy all page size.
15   -<li><i>Legend visibility for time axes</i> controls if TimeAxe tickmarks are shown on each panel, or on that
16   -at the bottom only.
  16 +<li><i>Legend visibility for time axes</i> controls if TimeAxe tickmarks are shown on each panel, or on the
  17 +bottom panel only.
17 18 </ol>
18 19 <p>
19   -Tip : You may ajust layout by modifying settings while plotting empty panels.
  20 +<b>Tip : You may ajust any layout by modifying settings while plotting empty panels.</b>
20 21 <hr>
21 22 <h3>Vertical Layout</h3>
22 23 <img class="centered" src="help/images/vertical.png" style="margin: 10px 0px 10px 0px;"/>
23   -<i>Vertical Layout</i> is more flexible in defining panel sizes. It allows the individual panel size even to be defined at
24   -the <i>panel</i> level. But several XY panels cannot be combined at the same "row" with this layout.
  24 +<i>Vertical Layout</i> is more flexible in defining panel sizes. It allows the individual panel size to be defined even at
  25 +the <i>panel</i> level.
  26 +<p> But it is really "Vertical Layout" - several XY panels cannot be plotted at the same "row".
... ...