Changeset 2992 for branch


Ignore:
Timestamp:
Aug 10, 2017 12:59:01 PM (6 years ago)
Author:
vondreele
Message:

fix cut-off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/GSASIIplot.py

    r2978 r2992  
    16971697        New peaks are also added here.
    16981698        '''
    1699         Clip_on = GSASIIpath.GetConfigValue('Clip_on')
    17001699        plotNum = G2frame.G2plotNB.plotList.index('Powder Patterns')
    17011700        Page = G2frame.G2plotNB.nb.GetPage(plotNum)
     
    18281827    #=====================================================================================
    18291828    # beginning PlotPatterns execution
    1830     Clip_on = GSASIIpath.GetConfigValue('Clip_on')
    18311829    new,plotNum,Page,Plot,limits = G2frame.G2plotNB.FindPlotTab('Powder Patterns','mpl')
    18321830    if not new:
Note: See TracChangeset for help on using the changeset viewer.