source: sasview/sansview/media/reset_Graph_help.html @ 5062bbf

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 5062bbf was e5c102c, checked in by Gervaise Alina <gervyh@…>, 14 years ago

update help for graph

  • Property mode set to 100644
File size: 1.9 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="reset">Reset Graph</a></h5>
22<p>
23        To reset the graph's size, right click on the plot and the context menu pops-up.
24        Select <b>Reset Graph</b> and the plot will take its initial dimensions
25</p>
26
27<h5><a name="select"> Select Data</a></h5>
28<p>
29        Right click on the data plotted. It will be highlighted in yellow to interact with
30        the data via context menu.
31</p>
32
33<h5><a name="save"> Save Data</a></h5>
34<p>
35        Right click on plot. Context menu will pop-up select save image [file name].A dialog
36        window opens and write a the name of the file to save and click on <b>Save</b>
37</p>
38
39<h5><a name="drag"> Drag plot</a></h5>
40<p>
41Select the <b>crossed arrows</b>  button on the plot panel <b>toolbar </b> to drag the plot.
42To disable dragging mode, unselect the same button on the toolbar.
43</p>
44
45<h5><a name="remove">Remove Data</a></h5>
46<p>
47        Highlight the plot and the context menu appears.Select <b>remove [fine name]</b>.
48        The plot selected will disappear.
49</p>
50
51<h5><a name="zoom">Zoom in/out</a></h5>
52<p>
53 Select the <b>rectangle</b>  button on the plot panel <b>toolbar </b> to zoom in
54 a region of the plot.
55</p>
56<p>
57To disable zoom mode, unselect the same button on the toolbar.
58After zoom in a region, select <b>left arrow</b> or <b>right arrow</b>button on the toolbar
59to set the graph the the previous size.
60If a mouse wheel button is available, <b>zoom in/out</b> by scrolling the mouse wheel.
61</p>
62
63</body>
64</html>
Note: See TracBrowser for help on using the repository browser.