Thomas Robitaille

Results 433 issues of Thomas Robitaille

The https://github.com/spacetelescope/jdaviz package contains a framework for creating pure-GUI applications (or application-like objects that can be embedded in notebooks) around glue-jupyter based on YAML configuration files and the creation of...

enhancement

In #166 I fixed issues relating to removing data from the bqplot viewers. We should make sure that there are no similar issues for the ipyvolume viewers.

enhancement

Currently the Matplotlib image viewer uses WCSAxes to display world coordinates. There are two parts to this: * [ ] Generalize some of the code in WCSAxes in Astropy to...

enhancement

Once https://github.com/glue-viz/glue/issues/2092 is implemented in glue-core we should update the image viewer options here to reflect those changes.

enhancement

When using glue-jupyter in Jupyter Lab, it looks like the ipyvolume widgets are pixellated when viewed on a HiDPI display: ![Screenshot from 2020-02-10 14-28-53](https://user-images.githubusercontent.com/314716/74158724-7b4d3080-4c12-11ea-92fe-2ffdf9cc246e.png) (this can be seen compared to...

bug
ipyvolume

At the moment, we don't do a good job of resizing plots when splitting output cells off into Jupyter Lab tabs: ![Screenshot from 2020-02-10 14-42-05](https://user-images.githubusercontent.com/314716/74159524-d895b180-4c13-11ea-87be-339540e1e1b2.png) ![Screenshot from 2020-02-10 14-43-30](https://user-images.githubusercontent.com/314716/74159526-d895b180-4c13-11ea-9e21-dc01de6d16a9.png) ![Screenshot...

bug
matplotlib-viewers
bqplot-viewers
ipyvolume

Currently it just shows x/y/z (for 3d scatter)

enhancement
ipyvolume

If I run the example planes notebook and split off the output cell for the 3-d scatter plot, when panning/zooming the two views are in sync except that the two...

bug
ipyvolume

In the Qt image viewer, we show the tick values and the axis labels based on the coordinate system, using WCSAxes. It would be worth investigating whether we can have...

enhancement
bqplot-viewers

Currently this checkbox doesn't actually do anything for Matplotlib viewers, only bqplot.

bug