Changeset 4765 for trunk/GSASIIplot.py
- Timestamp:
- Jan 13, 2021 10:44:23 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4763 r4765 566 566 if mplv[0] == 3: 567 567 if mplv[1] >= 3: 568 page.set_box_aspect((1,1,1)) 568 #page.set_box_aspect((1,1,1)) # does not work in mpl 3.3.2. 569 page.figure.gca().set_box_aspect(1) # Is this correct? 569 570 elif mplv == [3,0,3]: 570 571 pass
Note: See TracChangeset
for help on using the changeset viewer.