예제 #1
0
파일: DataViews.py 프로젝트: fejat/silx
 def createWidget(self, parent):
     from silx.gui.data.NXdataWidgets import ArrayImagePlot
     widget = ArrayImagePlot(parent)
     widget.getPlot().setDefaultColormap(self.defaultColormap())
     widget.getPlot().getColormapAction().setColorDialog(
         self.defaultColorDialog())
     return widget
예제 #2
0
 def createWidget(self, parent):
     from silx.gui.data.NXdataWidgets import ArrayImagePlot
     widget = ArrayImagePlot(parent)
     return widget
예제 #3
0
파일: DataViews.py 프로젝트: vasole/silx
 def createWidget(self, parent):
     from silx.gui.data.NXdataWidgets import ArrayImagePlot
     widget = ArrayImagePlot(parent)
     widget.getPlot().setDefaultColormap(self.defaultColormap())
     widget.getPlot().getColormapAction().setColorDialog(self.defaultColorDialog())
     return widget