example update
This commit is contained in:
parent
4eadccdcc1
commit
4954b19931
@ -46,7 +46,8 @@ roi.sigRegionChanged.connect(update)
|
|||||||
|
|
||||||
## Display the data
|
## Display the data
|
||||||
imv1.setImage(data)
|
imv1.setImage(data)
|
||||||
imv1.setHistogramRange(data.min(), data.max())
|
imv1.setHistogramRange(-0.01, 0.01)
|
||||||
|
imv1.setLevels(-0.003, 0.003)
|
||||||
|
|
||||||
update()
|
update()
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ examples = OrderedDict([
|
|||||||
('Crosshair / Mouse interaction', 'crosshair.py'),
|
('Crosshair / Mouse interaction', 'crosshair.py'),
|
||||||
('Video speed test', 'VideoSpeedTest.py'),
|
('Video speed test', 'VideoSpeedTest.py'),
|
||||||
('Plot speed test', 'PlotSpeedTest.py'),
|
('Plot speed test', 'PlotSpeedTest.py'),
|
||||||
|
('Data Slicing', 'DataSlicing.py'),
|
||||||
('GraphicsItems', OrderedDict([
|
('GraphicsItems', OrderedDict([
|
||||||
('Scatter Plot', 'ScatterPlot.py'),
|
('Scatter Plot', 'ScatterPlot.py'),
|
||||||
#('PlotItem', 'PlotItem.py'),
|
#('PlotItem', 'PlotItem.py'),
|
||||||
|
Loading…
Reference in New Issue
Block a user