From 9fb65ac814d1ca1b9c4cdf90fce9eb0d50363c27 Mon Sep 17 00:00:00 2001 From: Elena.Budnik Date: Thu, 21 Jun 2018 17:29:35 +0200 Subject: [PATCH] help layout draft --- help/ManualLayout | 4 ++++ help/content.json | 15 ++++++++++++--- help/images/autoOut.png | Bin 0 -> 72654 bytes help/images/plotLayout.png | Bin 32402 -> 0 bytes help/images/vertical.png | Bin 0 -> 40271 bytes help/plotLayout | 43 +++++++++++++++++++++++-------------------- 6 files changed, 39 insertions(+), 23 deletions(-) create mode 100644 help/ManualLayout create mode 100644 help/images/autoOut.png create mode 100644 help/images/vertical.png diff --git a/help/ManualLayout b/help/ManualLayout new file mode 100644 index 0000000..cf8a066 --- /dev/null +++ b/help/ManualLayout @@ -0,0 +1,4 @@ +

Manual Layout

+TBD +
+ \ No newline at end of file diff --git a/help/content.json b/help/content.json index 01a0380..9961981 100644 --- a/help/content.json +++ b/help/content.json @@ -78,9 +78,18 @@ children: [ id: 'plotPage', leaf:true },{ - text:'Plot Objects : Layout (TBD)', - id: 'plotLayout', - leaf:true + text:'Plot Objects : Layout', + + children:[{ + text:'Auto and Vertical Layouts', + id: 'plotLayout', + leaf:true + },{ + text:'Manual Layout (TBD)', + id: 'ManualLayout', + leaf:true + } + ] },{ text:'Plot Objects : Panel (TBD)', id: 'plotPanel', diff --git a/help/images/autoOut.png b/help/images/autoOut.png new file mode 100644 index 0000000..9741fdf Binary files /dev/null and b/help/images/autoOut.png differ diff --git a/help/images/plotLayout.png b/help/images/plotLayout.png index 35cff46..0e2e96b 100644 Binary files a/help/images/plotLayout.png and b/help/images/plotLayout.png differ diff --git a/help/images/vertical.png b/help/images/vertical.png new file mode 100644 index 0000000..09caf3c Binary files /dev/null and b/help/images/vertical.png differ diff --git a/help/plotLayout b/help/plotLayout index db7fa6f..c3b7276 100644 --- a/help/plotLayout +++ b/help/plotLayout @@ -1,21 +1,24 @@

Plot Objects : Layout

-Layout defines position of the panels on the page. On click the Layout element : - -

Implemented Layouts

- - Vertical ( default ): vertical stack of panels;
- all time panels are of the same width;
- one XY panel in the line;
- generic panel height (for Time and XY panel)
- and width (for XY panel) can be defined at this level

- - Auto : automatic layout - if possible combines
- several XY panels at the same level; - only panel height can be defined (XY panel is 'square')

- - Manual : everything is to be defined by user - -
-Two generic panel types : 'Time/Epoch' and 'XY (Scatter/Instant)'; -
- \ No newline at end of file +Layout defines position of the panels on the page. Note that there are two panel types +Time (TimePlot/EpochPlop, normally only panel height can be defined) and XY +(ScatterPlot/InstantPlot, normally both panel height and width can be defined). +You may select one of three different layouts. + +
+

Auto Layout

+ +