From bc7ca1beefe48dd46a97aa72148aaedc79015dc8 Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Tue, 23 Mar 2021 11:12:36 -0700 Subject: [PATCH] Move Color Map Example To Main Section --- examples/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/utils.py b/examples/utils.py index a7ac8bd6..a1223982 100644 --- a/examples/utils.py +++ b/examples/utils.py @@ -12,6 +12,7 @@ examples = OrderedDict([ ('Plot Customization', 'customPlot.py'), ('Timestamps on x axis', 'DateAxisItem.py'), ('Image Analysis', 'imageAnalysis.py'), + ('Color Maps', 'colorMaps.py'), ('ViewBox Features', Namespace(filename='ViewBoxFeatures.py', recommended=True)), ('Dock widgets', 'dockarea.py'), ('Console', 'ConsoleWidget.py'), @@ -102,7 +103,6 @@ others = dict([ ('DiffTreeWidget', 'DiffTreeWidget.py'), ('MultiPlotWidget', 'MultiPlotWidget.py'), ('RemoteGraphicsView', 'RemoteGraphicsView.py'), - ('colorMaps', 'colorMaps.py'), ('contextMenu', 'contextMenu.py'), ('designerExample', 'designerExample.py'), ('DateAxisItem_QtDesigner', 'DateAxisItem_QtDesigner.py'),