Changeset 5491
- Timestamp:
- Feb 3, 2023 10:57:06 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIplot.py ¶
r5475 r5491 121 121 import numpy.ma as ma 122 122 import numpy.linalg as nl 123 import GSASIIpath 123 124 # Don't depend on wx/matplotlib/scipy for scriptable; or for Sphinx docs 124 125 try: … … 140 141 if GSASIIpath.GetConfigValue('debug'): print('error msg:',err) 141 142 142 import GSASIIpath143 143 Clip_on = GSASIIpath.GetConfigValue('Clip_on',True) 144 144 GSASIIpath.SetVersionNumber("$Revision$")
Note: See TracChangeset
for help on using the changeset viewer.