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

Remove layer state when removing layer artist #253

Closed astrofrog closed 7 years ago

astrofrog commented 7 years ago

When layer artists are removed, the layer state should be removed too. The issue however is that clear is called both when a layer artist is removed and when attributes are incompatible - I think we need to separate those two use cases so that they don't both call clear.