Changeset 4697 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Jan 2, 2021 9:30:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r4695 r4697 65 65 Pwrm4 = unichr(0x207b)+unichr(0x2074) 66 66 Angstr = unichr(0x00c5) 67 superMinusOne = unichr(0xaf)+unichr(0xb9) 67 68 else: 68 69 GkDelta = chr(0x0394) … … 74 75 Pwrm4 = chr(0x207b)+chr(0x2074) 75 76 Angstr = chr(0x00c5) 77 superMinusOne = chr(0xaf)+chr(0xb9) 76 78 # trig functions in degrees 77 79 sind = lambda x: math.sin(x*math.pi/180.) … … 1393 1395 pwddata = G2frame.GPXtree.GetItemPyData(PatternId)[1] 1394 1396 auxPlot = G2pwd.MakeRDF(RDFcontrols,background,inst,pwddata) 1395 if '2' in platform.python_version_tuple()[0]:1396 superMinusOne = unichr(0xaf)+unichr(0xb9)1397 else:1398 superMinusOne = chr(0xaf)+chr(0xb9)1399 1397 for plot in auxPlot: 1400 1398 XY = np.array(plot[:2])
Note: See TracChangeset
for help on using the changeset viewer.