Changeset 4871 for trunk


Ignore:
Timestamp:
Mar 31, 2021 8:27:52 PM (2 years ago)
Author:
toby
Message:

normalized plotting: reset scale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4870 r4871  
    21932193        elif event.key == '/':
    21942194            Page.plotStyle['Normalize'] = not Page.plotStyle['Normalize']
     2195            newPlot=True
    21952196        elif event.key == 'i' and G2frame.Contour:                  #for smoothing contour plot
    21962197            choice = ['nearest','bilinear','bicubic','spline16','spline36','hanning',
     
    34073408            Y = ma.array(Y,mask=ma.getmask(X))
    34083409               
    3409         #if LimitId and ifpicked:
    3410         #    limits = np.array(G2frame.GPXtree.GetItemPyData(LimitId))
    34113410        if ifpicked:
    34123411            lims = limits[1]
Note: See TracChangeset for help on using the changeset viewer.