Changeset 1978 for trunk/GSASIIplot.py
- Timestamp:
- Sep 24, 2015 4:34:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r1976 r1978 320 320 ''' 321 321 from matplotlib.patches import Circle,CirclePolygon 322 global HKL,HKLF 322 HKLref = hklRef 323 global HKL,HKLF,HKLref 323 324 324 325 def OnSCKeyPress(event): … … 353 354 Data['Type'] = pwdrChoice[event.key] 354 355 newPlot = True 355 PlotSngl(G2frame,newPlot,Data, hklRef,Title)356 PlotSngl(G2frame,newPlot,Data,HKLref,Title) 356 357 357 358 def OnSCMotion(event): … … 441 442 HKLF = [] 442 443 time0 = time.time() 443 for refl in hklRef:444 for refl in HKLref: 444 445 H = refl[:3] 445 446 if 'HKLF' in Name:
Note: See TracChangeset
for help on using the changeset viewer.