Commit eeb73206a90939599fab4045814cafbad026998c

Authored by Elena.Budnik
1 parent 3acc31af

plotobjects

Showing 3 changed files with 20 additions and 9 deletions   Show diff stats
help/content.json
@@ -68,7 +68,7 @@ children: [ @@ -68,7 +68,7 @@ children: [
68 leaf:true 68 leaf:true
69 }, 69 },
70 { 70 {
71 - text:'Plot In Details (TBD)', 71 + text:'Plot In Details',
72 children:[{ 72 children:[{
73 text:'Plot Objects', 73 text:'Plot Objects',
74 id: 'plotObjects', 74 id: 'plotObjects',
@@ -78,23 +78,23 @@ children: [ @@ -78,23 +78,23 @@ children: [
78 id: 'plotPage', 78 id: 'plotPage',
79 leaf:true 79 leaf:true
80 },{ 80 },{
81 - text:'Plot Objects : Layout', 81 + text:'Plot Objects : Layout (TBD)',
82 id: 'plotLayout', 82 id: 'plotLayout',
83 leaf:true 83 leaf:true
84 },{ 84 },{
85 - text:'Plot Objects : Panel', 85 + text:'Plot Objects : Panel (TBD)',
86 id: 'plotPanel', 86 id: 'plotPanel',
87 leaf:true 87 leaf:true
88 },{ 88 },{
89 - text:'Plot Objects : Axis', 89 + text:'Plot Objects : Axis (TBD)',
90 id: 'plotAxis', 90 id: 'plotAxis',
91 leaf:true 91 leaf:true
92 },{ 92 },{
93 - text:'Plot Objects : Additional Objects', 93 + text:'Plot Objects : Additional Objects (TBD)',
94 id: 'plotAdditional', 94 id: 'plotAdditional',
95 leaf:true 95 leaf:true
96 },{ 96 },{
97 - text:'Plot Objects : Parameter', 97 + text:'Plot Objects : Parameter (TBD)',
98 id: 'plotParameter', 98 id: 'plotParameter',
99 leaf:true 99 leaf:true
100 }] 100 }]
help/plotObjects
1 <h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Hierachy</h2> 1 <h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Hierachy</h2>
2 -<img align="left" src="help/images/plotObjects.png" style="margin: 10px 10px 0px 0px;"/>  
3 -<br/> 2 +<img align="right" src="help/images/plotObjects.png" style="margin: 0px 10px 0px 10px;"/>
  3 +The plot request form is organised as multi-level plot elements tree.
  4 +To modify an element settings just click it and all available options are shown on the right panel.
  5 +Current selection is shown next to the corresponding element.<br/><br/>
  6 +Note that at any moment you can modify any option for any element.
  7 + <br/>
4 8
5 \ No newline at end of file 9 \ No newline at end of file
1 <h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Page</h2> 1 <h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Page</h2>
2 -<img align="left" src="help/images/plotPage.png" style="margin: 10px 10px 0px 0px;"/> 2 +On click the <b><i>Page</b></i> element :
  3 +<img align="left" src="help/images/plotPage.png" style="margin: 10px 10px 20px 0px;"/>
  4 +<h3>Non-evident options : Explanation</h3>
  5 +<b><i>1. Epoch Superposed Mode</i></b> : if activated - all time intervals
  6 +(in a case of time table / catalog input) are plotted on the same page.
  7 +An example of IMF magnitude plot with checked <i>Epoch Superposed Mode</i> and Time Table with 5 intervals as time input :
  8 +<br/> <img align="left" src="help/images/image3.png" style="margin: 0px 10px 10px 0px;"/>
  9 +<br/>
3 <br/> 10 <br/>
4 11
5 \ No newline at end of file 12 \ No newline at end of file