- Timestamp:
- Jan 31, 2021 1:31:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4787 r4788 570 570 mplv = eval(mpl.__version__.replace('.',',')) 571 571 if mplv[0] == 3: 572 if mplv[1] >= 3: 573 #page.set_box_aspect((1,1,1)) # does not work in mpl 3.3.2. 574 page.figure.gca().set_box_aspect(1) # Is this correct? 575 elif mplv == [3,0,3]: 572 if mplv == [3,0,3] or mplv[1] >= 3: 576 573 pass 577 574 elif not self.MPLwarn: # patch for bad MPL 3D
Note: See TracChangeset
for help on using the changeset viewer.