[b92884a] | 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> |
---|
[e5c102c] | 11 | <li><a href="#zoom">Zoom in/out</a></li> |
---|
| 12 | <li><a href="#remove">Remove Data</a></li> |
---|
[b92884a] | 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> |
---|
[e5c102c] | 41 | Select the <b>crossed arrows</b> button on the plot panel <b>toolbar </b> to drag the plot. |
---|
| 42 | To disable dragging mode, unselect the same button on the toolbar. |
---|
[b92884a] | 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 | |
---|
[e5c102c] | 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> |
---|
| 57 | To disable zoom mode, unselect the same button on the toolbar. |
---|
| 58 | After zoom in a region, select <b>left arrow</b> or <b>right arrow</b>button on the toolbar |
---|
| 59 | to set the graph the the previous size. |
---|
| 60 | If a mouse wheel button is available, <b>zoom in/out</b> by scrolling the mouse wheel. |
---|
| 61 | </p> |
---|
| 62 | |
---|
[b92884a] | 63 | </body> |
---|
| 64 | </html> |
---|