Move Color Map Example To Main Section
This commit is contained in:
parent
5b278855d6
commit
bc7ca1beef
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user