Closed
Description
#761 got some of our plot elements to scale correctly during a dynamic zoom, and #1897 extends this a bit further, but there are still a few items that stretch in this process and then jump to the new size later:
- errorbar caps: their stroke is correct, but their lengths are not. Presumably what's needed is a 1D version of
Drawing.setPointScale
(or just calling it with one of the dimensions set to 1) - see better zooming behavior for errorbars, bars, and box plots #1897 (comment) - contour labels - this is a bit tricky, see better zooming behavior for errorbars, bars, and box plots #1897 (comment) - but we could do something anyway. Perhaps we scale them down but not up?
- bar text - see better zooming behavior for errorbars, bars, and box plots #1897 (comment)