Jon Carifio

Results 16 issues of Jon Carifio

This PR removes `pvextractor` from the dependencies, as it's not used anywhere within the `glue-core` codebase. The functionality that uses `pvextractor` all now lives in `glue-qt` (where it's already a...

This PR removes the side debug panel in the ipyvolume viewers. Thanks to @maartenbreddels for the tip on how to do this. This also increases the default size of the...

While Azmé and I were investigating the aspect ratio issue mentioned in #451, we noticed that currently, the displayed volume rendering in the ipyvolume viewer seems to be wrong (in...

It seems that there's currently an issue with displaying integer values (in particular, a numpy array with an integral dtype) in the ipyvolume scatter. The motivation for this is https://github.com/glue-viz/glue-jupyter/issues/449....

This PR resolves #334. I think the most straightforward way to do this is to have the rotation tool not be a `CheckableTool`, but instead just be a `Tool` which...

The ipyvolume viewer currently exposes four geometry options: box, diamond, sphere, and circle_2d. I assume that circle_2d is supposed to draw a flat circle like what we have in the...

bug
ipyvolume
viewer-3d-scatter