glue-viz / glue-vispy-viewers

3-d data viewers for glue based on VisPy
http://glueviz.org/en/stable/whatsnew/experimental_3d.html#experimental-3d
BSD 2-Clause "Simplified" License
25 stars 21 forks source link

Create 2D viewers based on VisPy #138

Open astrofrog opened 8 years ago

astrofrog commented 8 years ago

It would be great to have 2D viewers based on VisPy that have similar functionality to the 3D viewers (e.g color-coding of points by attributes, etc.). We could probably re-use a lot of the 3D code.

PennyQ commented 8 years ago

@astrofrog Are we still looking forward to a Vispy 2D viewers? I need a new subset for displaying MST tree structure and a option panel for setting parameters, but maybe it's easier to develop it on a new vispy viewer instead of on current ImageViewer?

astrofrog commented 8 years ago

@PennyQ - yes, 2D VisPy viewers would be great! I'm not sure if it will be easier than Matplotlib for this, but feel free to try!