I am getting the following warning when running my code that uses `smart_bounds`: ``` The set_smart_bounds function was deprecated in Matplotlib 3.2 and will be removed two minor releases later. ``` What should we use to get the same effect in the future then?