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
It's not very obvious to the user what the possible kwargs could be for things like plot_ratio and plot_pull just by looking at the documentation page.
It might be useful to list those that are not standard or at least mention something like **kwargs – Keyword arguments passed to underlying matplotlib function - pcolormesh. (example from hist2dplot)
This example in particular led me to find a very useful solution to easily change the scale of the colors to log by using the norm= "log" kwarg.