Fixed axis-ratio

Hello,

I'm trying to plot x-y coordinate data with a scatterplot. The range for both x and y differ: say, for example, x goes from -10 to 20 and y from 30 to 100. What I would like to achieve is that the resulting plot is fixed in its aspect ratio, i.e. that a delta of 1 is the same actual length in the graph for both axes. There's some ways I can artificially force this to be the case but this seems like a pretty standard problem for scatter plots. What would already help is if one could set a specific range for the x-axis.

Thanks!

Hi @anselm
There's currently no way of defining range for the X-axis.
It's auto based on results, so would require implementing something like
https://github.com/metabase/metabase/issues/16153 - upvote by clicking :+1: on the first post
And you might be interested in this as well https://github.com/metabase/metabase/issues/11968