Add ViewBoxFeatures to example menu
This commit is contained in:
parent
585390e16e
commit
2884eef079
@ -19,6 +19,7 @@ examples = OrderedDict([
|
|||||||
('Data Slicing', 'DataSlicing.py'),
|
('Data Slicing', 'DataSlicing.py'),
|
||||||
('Plot Customization', 'customPlot.py'),
|
('Plot Customization', 'customPlot.py'),
|
||||||
('Image Analysis', 'imageAnalysis.py'),
|
('Image Analysis', 'imageAnalysis.py'),
|
||||||
|
('ViewBox Features', 'ViewBoxFeatures.py'),
|
||||||
('Dock widgets', 'dockarea.py'),
|
('Dock widgets', 'dockarea.py'),
|
||||||
('Console', 'ConsoleWidget.py'),
|
('Console', 'ConsoleWidget.py'),
|
||||||
('Histograms', 'histogram.py'),
|
('Histograms', 'histogram.py'),
|
||||||
@ -50,7 +51,7 @@ examples = OrderedDict([
|
|||||||
('Text Item', 'text.py'),
|
('Text Item', 'text.py'),
|
||||||
('Linked Views', 'linkedViews.py'),
|
('Linked Views', 'linkedViews.py'),
|
||||||
('Arrow', 'Arrow.py'),
|
('Arrow', 'Arrow.py'),
|
||||||
('ViewBox', 'ViewBox.py'),
|
('ViewBox', 'ViewBoxFeatures.py'),
|
||||||
('Custom Graphics', 'customGraphicsItem.py'),
|
('Custom Graphics', 'customGraphicsItem.py'),
|
||||||
('Labeled Graph', 'CustomGraphItem.py'),
|
('Labeled Graph', 'CustomGraphItem.py'),
|
||||||
])),
|
])),
|
||||||
|
Loading…
Reference in New Issue
Block a user