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
Currently the batteries included plots call helper functions to try and guess a good figure size for the generated output. We have one for plots that call .wrap later on and another for .grid. As these only act when figsize is None or not present in the keyword arguments, I think we could call them directly within .wrap and .grid