added line plot example to menu

This commit is contained in:
Luke Campagnola 2012-12-26 15:26:04 -05:00
parent 5374afeca8
commit 51b0ba0877
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ examples = OrderedDict([
('Surface Plot', 'GLSurfacePlot.py'),
('Scatter Plot', 'GLScatterPlotItem.py'),
('Shaders', 'GLshaders.py'),
('Line Plot', 'GLLinePlotItem.py'),
('Mesh', 'GLMeshItem.py'),
('Image', 'GLImageItem.py'),
])),