glue-viz / bqplot-image-gl

Jupyter widget for displaying images with a focus on astronomy
MIT License
20 stars 15 forks source link

feat: compose MouseInteraction with other interacts #45

Closed maartenbreddels closed 3 years ago

maartenbreddels commented 3 years ago

For instance to make MouseInteractions work with PanZoom, for this specific case to work we should not listen to the drag events, and for this we also need to filter on those.

Closes #42 Closes #43

cc @pllim

codecov[bot] commented 3 years ago

Codecov Report

Merging #45 (0c14f69) into master (6af6d5b) will decrease coverage by 3.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   61.05%   58.00%   -3.06%     
==========================================
  Files           5        5              
  Lines          95      100       +5     
==========================================
  Hits           58       58              
- Misses         37       42       +5     
Impacted Files Coverage Δ
bqplot_image_gl/interacts.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6af6d5b...0c14f69. Read the comment docs.

pllim commented 3 years ago

Thanks!