Changeset 03c372d in sasview for src/sas/qtgui/ColorMap.py
- Timestamp:
- Jan 23, 2017 7:54:43 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 5d89f43
- Parents:
- 092a3d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/ColorMap.py
r092a3d9 r03c372d 80 80 return (self._norm.vmin, self._norm.vmax) 81 81 82 def onReset(self , event):82 def onReset(self): 83 83 """ 84 84 Respond to the Reset button click … … 206 206 self.redrawColorBar() 207 207 self.canvas.draw() 208 209 pass
Note: See TracChangeset
for help on using the changeset viewer.