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
+
+