source: sasview/sansview/doc/reset_Graph_help.html @ fc6ea43

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since fc6ea43 was b92884a, checked in by Gervaise Alina <gervyh@…>, 16 years ago

help dialog filled

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<html>
2<body>
3
4<h4>Graph help</h4>
5<ul>
6<li><a href="#add">Add Errors</a></li>
7<li><a href="#drag">Drag plot</a></li>
8<li><a href="#reset">Reset Graph</a></li>
9<li><a href="#save">Save Data</a></li>
10<li><a href="#select">Select Data</a></li>
11<li><a href="#zoom ">Zoom in/out</a></li>
12<li><a href="#remove ">Remove Data</a></li>
13</ul>
14
15<h5><a name="add">Add Error</a></h5>
16<p> 
17        Right click on a theory plot.On context menu select <b> Add Error</b>.
18        Errors will be added to the theory.
19</p>
20
21<h5><a name="zoom">Zoom in/out</a></h5>
22<p> 
23        Click on the plotting window, roll the wheel up to zoom out and roll it down
24        to zoom in.
25</p>
26
27<h5><a name="reset">Reset Graph</a></h5>
28<p>
29        To reset the graph's size, right click on the plot and the context menu pops-up.
30        Select <b>Reset Graph</b> and the plot will take its initial dimensions
31</p>
32
33<h5><a name="select"> Select Data</a></h5>
34<p>
35        Right click on the data plotted. It will be highlighted in yellow to interact with
36        the data via context menu.
37</p>
38
39<h5><a name="save"> Save Data</a></h5>
40<p>
41        Right click on plot. Context menu will pop-up select save image [file name].A dialog
42        window opens and write a the name of the file to save and click on <b>Save</b>
43</p>
44
45<h5><a name="drag"> Drag plot</a></h5>
46<p>
47        <b>Left Click</b> on inside the graph and hold the left button on of the mouse and
48        move the mouse to the direction wanted.
49</p>
50
51<h5><a name="remove">Remove Data</a></h5>
52<p>
53        Highlight the plot and the context menu appears.Select <b>remove [fine name]</b>.
54        The plot selected will disappear.
55</p>
56
57</body>
58</html>
Note: See TracBrowser for help on using the repository browser.