Changeset 3bdbfcc in sasview for src/sas/qtgui/ColorMap.py
- Timestamp:
- Feb 2, 2017 8:29:07 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:
- 965fbd8
- Parents:
- 5d89f43
- git-author:
- Piotr Rozyczko <rozyczko@…> (01/23/17 09:21:03)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (02/02/17 08:29:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/ColorMap.py
r5d89f43 r3bdbfcc 111 111 self.canvas.draw() 112 112 113 def onApply(self):114 """115 Respond to the Apply button click.116 Send a signal to the plotter with vmin/vmax/cmap for chart update117 """118 self.apply_signal.emit(self.norm(), self.cmap())119 120 113 def initDetectorData(self): 121 114 """ … … 214 207 norm=self._norm, 215 208 orientation='horizontal') 216 self.cb.set_label(' Color map range')209 self.cb.set_label('Detector Colors') 217 210 218 211 def onColorMapReversed(self, isChecked):
Note: See TracChangeset
for help on using the changeset viewer.