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 docstring of samples.plot.kde_2d() reads as
"""KDE plot: See anesthetic.plot.kde_contour_plot_2d."""
I think this is not good enough. For samples.plot_2d() it is difficult to list all the possible kwargs of the various different plot kinds, but we need some easy accessible way to check for the possible kwargs for kde_2d, namely all the kwargs listed in kde_contour_plot_2d. My standard approach would be to write samples.kde_2d( and then press Shift+Tab to get function signature and docstring.
The text was updated successfully, but these errors were encountered:
Currently the docstring of
samples.plot.kde_2d()
reads as"""KDE plot: See anesthetic.plot.kde_contour_plot_2d."""
I think this is not good enough. For
samples.plot_2d()
it is difficult to list all the possible kwargs of the various different plot kinds, but we need some easy accessible way to check for the possible kwargs forkde_2d
, namely all the kwargs listed inkde_contour_plot_2d
. My standard approach would be to writesamples.kde_2d(
and then pressShift+Tab
to get function signature and docstring.The text was updated successfully, but these errors were encountered: