Open
Description
I'm currently using auto-scaling for my X-axis, but I noticed that I'm still prevented from making the plot smaller beyond a certain point. It would be great if the axis auto-scaling feature could work such that the axis division is recalculated based on the new size when the geometry of the widget changed, not just when replot
→ updateAxes
is called. This would allow a dynamic behavior where the division of the axis scale is coarser when the plot is narrow, and finer when it is wide.