From 2884eef0796351555b4cc80abcb070b00f187be0 Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Tue, 10 Jul 2018 05:56:35 -0700 Subject: [PATCH] Add ViewBoxFeatures to example menu --- examples/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/utils.py b/examples/utils.py index b004a0d3..f7786dba 100644 --- a/examples/utils.py +++ b/examples/utils.py @@ -19,6 +19,7 @@ examples = OrderedDict([ ('Data Slicing', 'DataSlicing.py'), ('Plot Customization', 'customPlot.py'), ('Image Analysis', 'imageAnalysis.py'), + ('ViewBox Features', 'ViewBoxFeatures.py'), ('Dock widgets', 'dockarea.py'), ('Console', 'ConsoleWidget.py'), ('Histograms', 'histogram.py'), @@ -50,7 +51,7 @@ examples = OrderedDict([ ('Text Item', 'text.py'), ('Linked Views', 'linkedViews.py'), ('Arrow', 'Arrow.py'), - ('ViewBox', 'ViewBox.py'), + ('ViewBox', 'ViewBoxFeatures.py'), ('Custom Graphics', 'customGraphicsItem.py'), ('Labeled Graph', 'CustomGraphItem.py'), ])),