setting figure size using the figsize parameter to matplotlib.pyplot.figure works just fine, but setting it to a different value in the same script fails in case the first argument to the figure call ...
Now that we've seen the basics, let's break it all down with a more formal introduction of Matplotlib's Object Oriented API. This means we will instantiate figure objects and then call methods or ...
When using shap.dependence_plot, how do I store the figure objects in a variable (to use later) instead of directly plotting them? with return fig. This works with shap_values like so, where it ...