Kind parameter selects the approach to use: Univariate or bivariate distribution of data, including subsets of dataĭefined by semantic mapping and faceting across multiple subplots. This function provides access to several approaches for visualizing the
displot ( data = None, *, x = None, y = None, hue = None, row = None, col = None, weights = None, kind = 'hist', rug = False, rug_kws = None, log_scale = None, legend = True, palette = None, hue_order = None, hue_norm = None, color = None, col_wrap = None, row_order = None, col_order = None, height = 5, aspect = 1, facet_kws = None, ** kwargs ) #įigure-level interface for drawing distribution plots onto a FacetGrid.