Changeset d874092 in sasview for sansguiframe/src/sans/guiframe
- Timestamp:
- Apr 27, 2012 2:52:29 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 7f8cb75
- Parents:
- abba643
- Location:
- sansguiframe/src/sans/guiframe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/src/sans/guiframe/local_perspectives/plotting/help_panel.py
rfdc3cb0 rd874092 65 65 <ul> 66 66 <li><a href ="Graph_help.html" 67 target ="showframe">Graph ContextMenu</a><br></li>67 target ="showframe">Graph Menu</a><br></li> 68 68 <li><a href ="averaging_help.html" 69 69 target ="showframe">2D Data Averaging</a><br></li> -
sansguiframe/src/sans/guiframe/media/Graph_help.html
rfc7c66e rd874092 2 2 <body> 3 3 4 <h4>Graph ContextMenu</h4>4 <h4>Graph Menu</h4> 5 5 <ul> 6 6 <li><a href="#intro">Introduction</a></li> 7 7 <li><a href="#reset">Reset Graph</a></li> 8 <li><a href="#hide">Hide/Show/Delete Graph</a></li> 8 9 <li><a href="#save">Save plot Image</a></li> 9 10 <li><a href="#savedata">Save Data</a></li> … … 28 29 Select <b>Reset Graph</b> and the plot will take its initial range. 29 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 (closed eye) 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. 30 39 </p> 31 40
Note: See TracChangeset
for help on using the changeset viewer.