* Release number or git hash: * Web browser version and OS: ### Steps to reproduce 1. Open a datavisyn scatterplot (e.g. in the demo folder the `index.html` file (I'll push a new version of this file for reproducing this issue)) 1. Try to set the currently visible window (https://github.com/datavisyn/datavisyn-scatterplot/blob/develop/src/AScatterplot.ts#L684-L696), e.g. x1 = 25, x2 = 75, y1 = 25, y2 = 75 (this should be a zoom factor of 2 in the demo having the domain in x and y set to [0, 100]) ### Observed behavior * In x direction the window is correctly set to [25, 75], however in y direction the window is set to [75, 125]  ### Expected behavior * the window should be set to [25, 75] in both directions
Steps to reproduce
index.htmlfile (I'll push a new version of this file for reproducing this issue))Observed behavior
Expected behavior