Commit a8a535e34d9b6957225da2f448eecb0a97680dfe

Authored by Elena.Budnik
1 parent 1b53fa73

work

Showing 1 changed file with 6 additions and 5 deletions   Show diff stats
help/plotHelp
... ... @@ -55,15 +55,16 @@
55 55 <b>Plot types:</b> defines plot type associated with the corresponding panel (panel type).<br/>
56 56 Note that at the parameter level you specify parameter <i>Drawing Type</i>.<br/>
57 57 For example on one <i>Time Plot</i> panel you may plot several parameters
58   - with different drawing types (Serie, TickBar, StatusBar).
  58 + with different drawing types (Serie, TickBar, StatusBar) of TimePlot type.
59 59 <hr>
60 60 <ol>
61 61 <li><b><i>Panel : Time Plot</i></b><br/>
62   - allows use/combine different Drawing Types on the same panel :
  62 + allows use/combine different drawing types on the same panel :
63 63 Serie, Spectro, Tick Bar, Status Bar <br/>
64   - Note that if you select <i>Tick Bar</i> or <i>Status Bar</i> drawing type for a parameter <br/>
65   - you <b>should always add</b> another parameter of <i>Serie</i> or <i>Spectro</i> drawing type
66   - to this panel, otherwise you will get an empty panel.
  64 + Note that <i>Tick Bar</i> or <i>Status Bar</i> alone cannot be plotted on the TimePlot panel
  65 + <br/>
  66 + you <b>should always plot also</b> another parameter of <i>Serie</i> or <i>Spectro</i> drawing type,
  67 + otherwise you will get an empty panel.
67 68 <br/><br/>
68 69 <img class="left" src="help/images/plot7.png"/>
69 70 <br/>
... ...