source: sasview/sansguiframe/src/sans/guiframe/media/Graph_help.html @ dcf73a4

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 dcf73a4 was 940aca7, checked in by Mathieu Doucet <doucetm@…>, 12 years ago

Merge 2.1.1 into trunk

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<html>
2<body>
3
4<h4>Graph Menu</h4>
5<ul>
6<li><a href="#intro">Introduction</a></li>
7<li><a href="#reset">Reset Graph</a></li>
8<li><a href="#hide">Hide/Show/Delete Graph</a></li>
9<li><a href="#info">Data Info</a></li>
10<li><a href="#save">Save plot Image</a></li>
11<li><a href="#savedata">Save Data</a></li>
12<li><a href="#drag">Drag plot</a></li>
13<li><a href="#zoom">Zoom In/Out</a></li>
14<li><a href="#remove">Remove Data</a></li>
15<li><a href="#scale">Change Scale</a></li>
16<li><a href="#linearfit">Linear Fit</a></li>
17<li><a href="#modify">Other Graph Modifications</a></li>
18</ul>
19
20<h5><a name="intro">Introduction</a></h5>
21<p> 
22        Locating the pointer and right-clicking on a data/theory plot will bring a context menu.
23        On the menu, select a menu item.
24</p>
25
26<h5><a name="reset">Reset Graph</a></h5>
27<p>
28        To reset the graph's axis range, right click on the plot and the context menu pops-up.
29        Select <b>Reset Graph</b> and the plot will take its initial range.
30        Also the 'home' icon in tool bar will do the same.
31</p>
32
33<h5><a name="hide">Hide/Show/Delete Graph</a></h5>
34<p>
35        To Hide, click the Hide (bar) button in the tool bar.<br>
36        To Show, select the the 'Show' menuitem in the 'Graph' menu in the menu bar.<br>
37        To Delete, click the 'x' button in the title bar.<br>
38        Note: If a residuals graph (in Fitting) is hidden, it will not show up after computation.
39</p>
40
41<h5><a name="save"> Save Plot Image</a></h5>
42<p>
43        Right click on plot. Context menu will pop-up select save image [file name].A dialog
44        window opens and write a the name of the file to save and click on <b>Save Image.</b>
45</p>
46
47<h5><a name="info"> Data Info</a></h5>
48<p>
49        From the context menu, select 'Data Info' to see the data information dialog panel.
50</p>
51
52<h5><a name="savedata"> Save Data</a></h5>
53<p>
54        From the context menu, select 'Save points as a file' for 1D, or 'Save as a file(DAT)'
55        for 2D. Note that two formats, txt and xml, are available in 1D saving.
56</p>
57
58
59<h5><a name="drag"> Drag Plot</a></h5>
60<p>
61Select the <b>crossed arrows</b>  button on the plot panel <b>toolbar </b> to drag the plot.
62To disable dragging mode, unselect the same button on the toolbar.
63</p>
64
65<h5><a name="remove">Remove data from plot</a></h5>
66<p>
67        Highlight the plot and the context menu appears.Select <b>remove [file name]</b>.
68        The plot selected will disappear.
69</p>
70
71<h5><a name="zoom">Zoom In/Out</a></h5>
72<p>
73 Select the <b>rectangle</b>  button on the plot panel <b>toolbar </b> to zoom in
74 a region of the plot.
75</p>
76<p>
77To disable zoom mode, unselect the same button on the toolbar.
78After zoom in a region, select <b>left arrow</b> or <b>right arrow</b>button on the toolbar
79to set the graph the the previous size.
80If a mouse wheel button is available, <b>zoom in/out</b> by scrolling the mouse wheel
81 ( see 'Key combination' help for details).
82</p>
83<h5><a name="scale">Change Scale</a></h5>
84<p>
85        If the loaded data is a 1-D data.Changing scale or Data Representation will work as
86        followed:<b>right click</b> on the plot window.
87        A context menu pops-up  and select <b>Change Scale</b>. A dialog window titled<b>
88        select the scale of the graph</b> will pop-up then change the <b>x</b>, the <b>y</b>
89        and the <b>view </b> values as wish.
90        If the loaded data  is an image.<b>Right click</b> on the image to pop-up the context
91        menu. Select <Toggle linear/Log scale> to switch from linear to log scale. The scale
92        selected is printed on the statusbar.
93       
94</p>
95
96<h5><a name="linearfit">Linear Fit</a></h5>
97<p>
98        Linear fit is to perform a line model fitting keeping the scale of the plot.
99        Highlight data to fit.
100        From the context menu
101        select <b> Linear Fit</b>.A dialog window appears.
102        Change model initial parameters, data limits
103        and hit <b> fit</b> button.
104        New parameters values are displayed and the line with the new
105        parameters is added to the plot.
106</p>
107
108<h5><a name="modify">Other Graph Modifications</a></h5>
109<p>
110        Some custom modifications of the symbols, text, axis, etc of the graph are provided
111</p>
112</body>
113</html>
Note: See TracBrowser for help on using the repository browser.