Changeset 4871
- Timestamp:
- Mar 31, 2021 8:27:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4870 r4871 2193 2193 elif event.key == '/': 2194 2194 Page.plotStyle['Normalize'] = not Page.plotStyle['Normalize'] 2195 newPlot=True 2195 2196 elif event.key == 'i' and G2frame.Contour: #for smoothing contour plot 2196 2197 choice = ['nearest','bilinear','bicubic','spline16','spline36','hanning', … … 3407 3408 Y = ma.array(Y,mask=ma.getmask(X)) 3408 3409 3409 #if LimitId and ifpicked:3410 # limits = np.array(G2frame.GPXtree.GetItemPyData(LimitId))3411 3410 if ifpicked: 3412 3411 lims = limits[1]
Note: See TracChangeset
for help on using the changeset viewer.