You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Ferran, thanks and sorry for the vague issue description! I think this is a pretty simple issue:
So my Plot class uses plotly and this issue was to just fix the implementation of axes limits. The Plot class has x_max, x_min, y_max, y_min attributes which can be used to control the axes limits, but the actual plot adds some pad to this with the x_range and y_range properties, so the displayed limits are wider than the user requests:
The solution I think is probably just to add a setter for x_range and y_range to allow users to override the axes limits directly, and make the *_min and *_max attributes private.
Of course, no problem at all! I'm very grateful that you are keen to contribute and understand completely that you will have many other things to spend your time on 😃
No description provided.
The text was updated successfully, but these errors were encountered: