Changeset 2278 for trunk/GSASIIplot.py


Ignore:
Timestamp:
May 19, 2016 2:47:49 PM (7 years ago)
Author:
vondreele
Message:

add calculation of total fault density to Layers GUI
trap another plot error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2276 r2278  
    16031603        Plot = Page.figure.gca()          #get a fresh plot after clf()
    16041604        G2frame.G2plotNB.SetSelectionNoRefresh(plotNum) # raises plot tab
    1605     except ValueError:
     1605    except (ValueError,AttributeError):
    16061606        if plottype == 'SASD':
    16071607            G2frame.logPlot = True
Note: See TracChangeset for help on using the changeset viewer.