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
That would be appreciated! Regarding this issue, I suggest adding to plot_kde_{1/2}d_{highlevel/} an additional argument limits, which is then evaluated in plot_kde_{1/2}d. For legacy reasons, I would keep the old xmin, xmax, ymin, ymax, and to throw an error of both limits is not None and any(val is not None for val in [xmin, xmax, ymin, ymax])? And if limit is defined, then extract xmin etc. from limits internally?
This will make the 1d,2d interface easier to use and more similar to the matrix plotting function.
The text was updated successfully, but these errors were encountered: