deepscatter icon indicating copy to clipboard operation
deepscatter copied to clipboard

Allow resizing deepscatter canvas

Open bmschmidt opened this issue 2 years ago • 2 comments

This PR starts implementing resizing a deepscatter plot by calling plot.resize(width, height).

  • [x] resize all WebGL buffers
  • [x] resize all DOM elements
  • [x] adjust bbox of d3.zoom
  • [ ] ensure scale, get_current_corners() understand the new bbox
  • [ ] maintain center of viewport on resize, not upper-left.
  • [ ] Don't drop background color

bmschmidt avatar Jun 12 '23 13:06 bmschmidt

This stack of pull requests is managed by Graphite. Learn more about stacking.

bmschmidt avatar May 23 '25 18:05 bmschmidt

Is this ready @bmschmidt ? would be nice to have

RLesser avatar May 23 '25 19:05 RLesser