Changeset 2576
- Timestamp:
- Dec 12, 2016 1:45:10 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIgrid.py ¶
r2557 r2576 4531 4531 G2frame.ImageZ = G2imG.GetImageZ(G2frame,data) 4532 4532 G2imG.UpdateImageControls(G2frame,data,masks) 4533 G2plt.PlotImage(G2frame,newPlot= True)4533 G2plt.PlotImage(G2frame,newPlot=False) 4534 4534 elif G2frame.PatternTree.GetItemText(item) == 'Masks': 4535 4535 G2frame.dataFrame.SetTitle('Masks') … … 4540 4540 G2frame.ImageZ = G2imG.GetImageZ(G2frame,data) 4541 4541 G2imG.UpdateMasks(G2frame,masks) 4542 G2plt.PlotImage(G2frame,newPlot= True)4542 G2plt.PlotImage(G2frame,newPlot=False) 4543 4543 elif G2frame.PatternTree.GetItemText(item) == 'Stress/Strain': 4544 4544 G2frame.dataFrame.SetTitle('Stress/Strain') -
TabularUnified trunk/GSASIIplot.py ¶
r2573 r2576 1306 1306 G2frame.SinglePlot = not G2frame.SinglePlot 1307 1307 newPlot = True 1308 elif event.key == 's' and not G2frame.SinglePlot: 1309 print 'make selection here - TBD' 1308 1310 elif event.key in ['+','=']: 1309 1311 G2frame.plusPlot = not G2frame.plusPlot … … 1829 1831 Page.Choice = (' key press','n: log(I) off', 1830 1832 'd: offset down','l: offset left','r: offset right','u: offset up','o: reset offset', 1831 'c: contour on','q: toggle q plot','t: toggle d-spacing plot', 1833 'c: contour on','q: toggle q plot','t: toggle d-spacing plot','s: select data', 1832 1834 'm: toggle multidata plot','w: toggle divide by sig','+: toggle selection') 1833 1835 elif 'SASD' in plottype: … … 1849 1851 Page.Choice = (' key press','l: offset left','r: offset right','d: offset down', 1850 1852 'u: offset up','o: reset offset','b: toggle subtract background','n: log(I) on','c: contour on', 1851 'q: toggle q plot','t: toggle d-spacing plot','m: toggle multidata plot', 1853 'q: toggle q plot','t: toggle d-spacing plot','m: toggle multidata plot','s: select data', 1852 1854 'w: toggle divide by sig','+: no selection') 1853 1855 elif 'SASD' in plottype:
Note: See TracChangeset
for help on using the changeset viewer.