rayopt icon indicating copy to clipboard operation
rayopt copied to clipboard

Matplotlib deprecation of Axis `set_smart_bounds`

Open decmur opened this issue 4 months ago • 0 comments

In Matplotlib method set_smart_bounds is deprecated and throws the following error when performing analysis

AttributeError: 'XAxis' object has no attribute 'set_smart_bounds'

Seems that this capability was deprecated in matplotlib==3.2 but throws the error with older versions as well.

https://matplotlib.org/3.2.2/api/_as_gen/matplotlib.axis.XAxis.set_smart_bounds.html

decmur avatar Mar 13 '24 12:03 decmur