Maarten Breddels
Maarten Breddels
My general feeling about naming, is that the first thing that comes to mind, should come first. E.g. in vaex, I have df.state_set/get/load/store (I think). I don't have to remember...
Some initial feedback: There was an ipywidget meeting yesterday, and there is interest in having ways to control the mimebundle, or at least have fallback methods. One use case is...
```patch --- a/glue_jupyter/bqplot/profile/layer_artist.py +++ b/glue_jupyter/bqplot/profile/layer_artist.py @@ -159,12 +159,12 @@ class BqplotProfileLayerArtist(LayerArtist): if force or any(prop in changed for prop in ('layer', 'x_att', 'attribute', 'function', 'normalize', - 'v_min', 'v_max')): + )):...
Yes, location we can control, using bqplot's Axes object has a tick_values. But we don't have a way to control the tick label, only via a formatter. I guess we...
I'll keep both options in mind. Would it make sense to have an axis object that is wcs aware, or do you want to handle it all in the kernel?
Although #212 sped up glue-jupyter, we should still do the widgets originally mentioned in this issue (cc @mariobuikhuizen )
Maybe we encode it efficiently in a (N-colormaps x 256) pixel image (base64 encoded in needed). Then we basically would stretch a 1 pixel high image to the right amount...
So would you want in these terms: https://css-tricks.com/debouncing-throttling-explained-examples/ a 'leading debouce'?
I think adding the style argument (color, opacity) to add_data might be useful.
Yes, this should be fixed in the next release of ipyvolume. I think I can push this out soonish. It does affect the performance (e.g. 4x more pixels). Do we...