From cedf0315e3d04fd86a10efe8b28c26280eeb1a02 Mon Sep 17 00:00:00 2001 From: Elena.Budnik Date: Fri, 1 Jun 2018 18:44:30 +0200 Subject: [PATCH] plotLayout --- help/plotLayout | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/help/plotLayout b/help/plotLayout index 88b700b..db7fa6f 100644 --- a/help/plotLayout +++ b/help/plotLayout @@ -1,4 +1,21 @@

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 -- libgit2 0.21.2