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
[fix] Spine.set_bounds() does not take parameter **None** as expected (#30330)
* extract a _get_bounds_or_viewLim function, which is used both in set_bounds and _adjust_location
* add tests
* add doc str for _get_bounds_or_viewLim
* Update lib/matplotlib/tests/test_spines.py
Set appropriate bottom_bound in the test.
Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
* Update lib/matplotlib/spines.py
The error is mainly raised for user- or third party-defined spines. 'circle' is already handled in two function callers.
Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
* regroup spine tests
---------
Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
0 commit comments