Thomas Robitaille

Results 615 comments of Thomas Robitaille

As mentioned in https://github.com/glue-viz/glue-jupyter/pull/311 I am planning on making the unit conversion pluggable/swappable. More soon!

I'm currently stuck on an issue with Matplotlib getting stuck in an infinite loop in the following case: * Set up an RGB image with three cubes * Extract a...

Actually I think I found where the issue comes from - if I change the ``get_image_data`` on the layer artist to comment out the attribute disabling (which triggers a clear):...

Just to clarify, glueviz is a meta package and isn't visible in the help list from inside glue, hence why 1.0 doesn't appear anywhere there.

@catherinezucker - FYI @specmicp made a pull request (now merged) which temporarily switches to replace mode when making a new selection.

@jsub1 - feel free to ping me once this is ready for review!

Could you post the output when you start up glue with glue -v ?

Yes that would be great, thanks!

Just a quick note that for more complex cases, overloading ``compute_statistic`` might be the easiest way