1 | <html> |
---|
2 | <body> |
---|
3 | |
---|
4 | <h4>Graph Context 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="#save">Save plot image</a></li> |
---|
9 | <li><a href="#drag">Drag plot</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 | <li><a href="#scale">Change scale</a></li> |
---|
14 | <li><a href="#linearfit">Linear fit</a></li> |
---|
15 | </ul> |
---|
16 | |
---|
17 | <h5><a name="intro">Introduction</a></h5> |
---|
18 | <p> |
---|
19 | Locating the pointer and right-clicking on a data/theory plot will bring a context menu. |
---|
20 | On the menu, select a menu item. |
---|
21 | </p> |
---|
22 | |
---|
23 | <h5><a name="reset">Reset graph</a></h5> |
---|
24 | <p> |
---|
25 | To reset the graph's axis range, right click on the plot and the context menu pops-up. |
---|
26 | Select <b>Reset Graph</b> and the plot will take its initial range. |
---|
27 | Also the 'home' icon in tool bar will do the same. |
---|
28 | </p> |
---|
29 | |
---|
30 | <h5><a name="save"> Save plot image</a></h5> |
---|
31 | <p> |
---|
32 | Right click on plot. Context menu will pop-up select save image [file name].A dialog |
---|
33 | window opens and write a the name of the file to save and click on <b>Save Image.</b> |
---|
34 | </p> |
---|
35 | |
---|
36 | <h5><a name="savedata"> Save data</a></h5> |
---|
37 | <p> |
---|
38 | From the context menu, select 'Save points as a file' for 1D, or 'Save as a file(DAT)' |
---|
39 | for 2D. Note that two formats, txt and xml, are available in 1D saving. |
---|
40 | </p> |
---|
41 | |
---|
42 | |
---|
43 | <h5><a name="drag"> Drag plot</a></h5> |
---|
44 | <p> |
---|
45 | Select the <b>crossed arrows</b> button on the plot panel <b>toolbar </b> to drag the plot. |
---|
46 | To disable dragging mode, unselect the same button on the toolbar. |
---|
47 | </p> |
---|
48 | |
---|
49 | <h5><a name="remove">Remove data from plot</a></h5> |
---|
50 | <p> |
---|
51 | Highlight the plot and the context menu appears.Select <b>remove [file name]</b>. |
---|
52 | The plot selected will disappear. |
---|
53 | </p> |
---|
54 | |
---|
55 | <h5><a name="zoom">Zoom in/out</a></h5> |
---|
56 | <p> |
---|
57 | Select the <b>rectangle</b> button on the plot panel <b>toolbar </b> to zoom in |
---|
58 | a region of the plot. |
---|
59 | </p> |
---|
60 | <p> |
---|
61 | To disable zoom mode, unselect the same button on the toolbar. |
---|
62 | After zoom in a region, select <b>left arrow</b> or <b>right arrow</b>button on the toolbar |
---|
63 | to set the graph the the previous size. |
---|
64 | If a mouse wheel button is available, <b>zoom in/out</b> by scrolling the mouse wheel |
---|
65 | ( see 'Key combination' help for details). |
---|
66 | </p> |
---|
67 | <h5><a name="scale">Change scale</a></h5> |
---|
68 | <p> |
---|
69 | If the loaded data is a 1-D data.Changing scale or Data Representation will work as |
---|
70 | followed:<b>right click</b> on the plot window. |
---|
71 | A context menu pops-up and select <b>Change Scale</b>. A dialog window titled<b> |
---|
72 | select the scale of the graph</b> will pop-up then change the <b>x</b>, the <b>y</b> |
---|
73 | and the <b>view </b> values as wish. |
---|
74 | If the loaded data is an image.<b>Right click</b> on the image to pop-up the context |
---|
75 | menu. Select <Toggle linear/Log scale> to switch from linear to log scale. The scale |
---|
76 | selected is printed on the statusbar. |
---|
77 | |
---|
78 | </p> |
---|
79 | |
---|
80 | <h5><a name="linearfit">Linear fit</a></h5> |
---|
81 | <p> |
---|
82 | Linear fit is to perform a line model fitting keeping the scale of the plot. |
---|
83 | Highlight data to fit. |
---|
84 | From the context menu |
---|
85 | select <b> Linear Fit</b>.A dialog window appears. |
---|
86 | Change model initial parameters, data limits |
---|
87 | and hit <b> fit</b> button. |
---|
88 | New parameters values are displayed and the line with the new |
---|
89 | parameters is added to the plot. |
---|
90 | </p> |
---|
91 | |
---|
92 | </body> |
---|
93 | </html> |
---|