Jon Carifio

Results 16 issues of Jon Carifio

The scatter viewer currently has a bug (noticed by @victoriaono) where the line collection that connects points will only obey the selected colormap if that colormap was set before a...

When a scatter layer is overlaid on an image, vectors will have the wrong orientation if one (or both) of the axes have different pixel and world coordinate orientations. To...

bug
viz-expertise-needed
viewer-scatter

This PR addresses #2193. As pointed out there, "Log" shouldn't be prepended to the axis label when using log scale axes, since we aren't actually plotting the log of the...

Currently, the matplotlib viewers do not take into account glue's global color settings (foreground and background colors) when exporting to a Python script. This means that the exported figure will...

This PR adds serialization support for astropy `NamedUnit`s. The immediate use case for this is storing the decay unit in https://github.com/glue-viz/glue-wwt/pull/103. This seems to work well for me, and it...

enhancement
io

This PR contains an implementation of dark mode for the Qt app, suggested in #2332 and endorsed by @aagoodman. This primarily consists of adding the ability to change the application's...

This PR adds an additional Qt connection handler to be used with `QDateTimeEdit` instances. The immediate use case for this is https://github.com/glue-viz/glue-wwt/pull/103. But I know there has been interest in...

enhancement

**Describe the bug** The histogram viewer's y-axis limits are not properly reset when using the normalize/cumulative toggle buttons in the viewer UI. **To Reproduce** Steps to reproduce the behavior such...

bug
bqplot-viewers

The Qt client's `block_until_ready` parameter currently causes problems on Windows. See the CI issues in https://github.com/glue-viz/glue-wwt/pull/95. I don't have any leads yet on what's causing this or why it seems...

@pkgw This issue is what we had briefly discussed yesterday. After looking at it again, I do think there's a problem (or at least some unintuitive behavior) here. The issue...