glue icon indicating copy to clipboard operation
glue copied to clipboard

Linked Data Visualizations Across Multiple Files

Results 154 glue issues
Sort by recently updated
recently updated
newest added

For now this makes it possible to apply an arbitrary affine transform to the image viewport. * [x] Also apply transformations to selections (check how this is done for polar...

## Add `join_on_key` to UI ## Description This is a combination of a plug-in and core changes to the link_editor to enable the creation, display, and removal of join_on_key type...

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 importing HDF5 files, it appears that a single dataset is imported when all of the keys have data of the same length (in at least one dimension/the first dimension)....

enhancement

**Is your feature request related to a problem? Please describe it:** The very useful `join_on_key` functionality is currently only available through the terminal or scripting. Several past responses (#2050 #1917)...

enhancement

**Describe the bug** The 3d viewer does not plot any markers **To Reproduce** Steps to reproduce the behavior such as: 1. Open glue 2. Load csv data 3. Open a...

bug

Hi, I'm trying to create a heatmap custom viewer. I want to load a matrix and to plot it using the matplotlib imshow. I've followed the basket shot tutorial, and...

**Describe the bug** https://github.com/glue-viz/glue/blob/578369fa09046471c32fd9c0132961474f678248/glue/core/application_base.py#L85-L91 raises ``` UnboundLocalError: local variable 'result' referenced before assignment ``` if `data` is passed but is not `BaseData` or `Subset`. **Expected behavior** Either a type error...

bug

This adds initial support for unit conversion in the profile viewer, as a test case that is also useful for jdaviz. Remaining TODOs: * [x] Make sure this works properly...

This is a work in progress to experiment with unit conversions. At the moment this provides an interface to convert the data values of a ``Component`` on-the-fly when accessed. This...