Changeset 1369
- Timestamp:
- May 29, 2014 11:30:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r1368 r1369 489 489 elif G2frame.Offset[0] < 100.: 490 490 G2frame.Offset[0] += 1. 491 elif event.key == 'd' and not G2frame.SinglePlot:491 elif event.key == 'd' and (G2frame.Contour or not G2frame.SinglePlot): 492 492 if G2frame.Contour: 493 493 G2frame.Cmax = max(0.0,G2frame.Cmax*0.8) … … 1150 1150 else: 1151 1151 Page.canvas.draw() 1152 olderr = np.seterr(invalid='warn') #ugh - this removes a matplotlib error for mouse clicks in log plots 1152 olderr = np.seterr(invalid='ignore') #ugh - this removes a matplotlib error for mouse clicks in log plots 1153 # and sqrt(-ve) in np.where usage 1153 1154 # G2frame.Pwdr = True 1154 1155
Note: See TracChangeset
for help on using the changeset viewer.