Internally, this function dispatches to either _bayesian_plot or _ols_plot
depending on the model type.
Parameters:
show (bool, optional) – Whether to automatically display the plot. Defaults to True.
Set to False if you want to modify the figure before displaying it.