I am having trouble in setting the baseline of the plotly (js) 2D scatter plot. Instead of axes passing through (0,0), i want them to pass through (2, -10) because some of my data values are either having x coordinate as ‘0’ or y-coordinate as ‘0’. So, its not visually appealing if those points are not that clearly visible.
Is there a way to change the baseline, so that the axes are not drawn from (0,0)?