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

Add vectors and error bars #358

Closed jsub1 closed 3 years ago

jsub1 commented 3 years ago

This PR adds support for drawing vectors and error bars for vispy scatter layers. The drawing of the lines is done in the MultiColorScatter to work with multiple layers and reuse the existing masking and coloring work. This PR also adds some tests to make sure that vector and error bar properties in the layer state can be written to and then read from a session file.