Changeset 4788 for trunk


Ignore:
Timestamp:
Jan 31, 2021 1:31:58 PM (2 years ago)
Author:
vondreele
Message:

a bit more cleanup of toolbar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4787 r4788  
    570570        mplv = eval(mpl.__version__.replace('.',','))
    571571        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:
    576573                pass
    577574            elif not self.MPLwarn: # patch for bad MPL 3D
Note: See TracChangeset for help on using the changeset viewer.