- Timestamp:
- Feb 1, 2021 5:06:20 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4789 r4790 970 970 Page.Choice += ('w: select |DFsq|/sig','1: select |DFsq|>sig','3: select |DFsq|>3sig',) 971 971 try: 972 Plot.set_box_aspect((1,1,1)) 973 # Plot.set_aspect('equal') 972 Plot.set_aspect(aspect='equal') 974 973 except: #broken in mpl 3.1.1; worked in mpl 3.0.3 975 974 pass … … 995 994 sumFo = 0. 996 995 sumDF = 0. 997 # GSASIIpath.IPyBreak()998 996 for refl in HKLref: 999 997 H = refl[:3] … … 5326 5324 try: 5327 5325 Plot.set_box_aspect((1,1,1)) 5328 # Plot.set_aspect('equal')5329 5326 except: #broken in mpl 3.1.1; worked in mpl 3.0.3 5330 5327 pass … … 6016 6013 try: 6017 6014 Plot.set_box_aspect((1,1,1)) 6018 # Plot.set_aspect('equal')6019 6015 except: #broken in mpl 3.1.1; worked in mpl 3.0.3 6020 6016 pass 6021 # Plot.autoscale()6022 6017 if plotType == 'Size': 6023 Plot.set_title('Crystallite size for '+phase+' \n'+coeff[0]+' model')6018 Plot.set_title('Crystallite size for '+phase+'; '+coeff[0]+' model') 6024 6019 Plot.set_xlabel(r'X, $\mu$m') 6025 6020 Plot.set_ylabel(r'Y, $\mu$m') 6026 6021 Plot.set_zlabel(r'Z, $\mu$m') 6027 6022 else: 6028 Plot.set_title(r'$\mu$strain for '+phase+' \n'+coeff[0]+' model')6023 Plot.set_title(r'$\mu$strain for '+phase+'; '+coeff[0]+' model') 6029 6024 Plot.set_xlabel(r'X, $\mu$strain') 6030 6025 Plot.set_ylabel(r'Y, $\mu$strain') … … 6291 6286 try: 6292 6287 Plot.set_box_aspect((1,1,1)) 6293 # Plot.set_aspect('equal')6294 6288 except: #broken in mpl 3.1.1; worked in mpl 3.0.3 6295 6289 pass
Note: See TracChangeset
for help on using the changeset viewer.