About 129 results
Open links in new tab
  1. Visualizing distributions of data — seaborn 0.13.2 documentation

    An early step in any effort to analyze or model data should be to understand how the variables are distributed. Techniques for distribution visualization can provide quick answers to many …

  2. seaborn.kdeplot — seaborn 0.13.2 documentation

    A kernel density estimate (KDE) plot is a method for visualizing the distribution of observations in a dataset, analogous to a histogram. KDE represents the data using a continuous probability …

  3. seaborn.displot — seaborn 0.13.2 documentation

    Figure-level interface for drawing distribution plots onto a FacetGrid. This function provides access to several approaches for visualizing the univariate or bivariate distribution of data, …

  4. seaborn.ecdfplot — seaborn 0.13.2 documentation

    Plot empirical cumulative distribution functions. An ECDF represents the proportion or count of observations falling below each unique value in a dataset. Compared to a histogram or density …

  5. seaborn.boxplot — seaborn 0.13.2 documentation

    A box plot (or box-and-whisker plot) shows the distribution of quantitative data in a way that facilitates comparisons between variables or across levels of a categorical variable.

  6. seaborn.jointplot — seaborn 0.13.2 documentation

    An object managing multiple subplots that correspond to joint and marginal axes for plotting a bivariate relationship or distribution.

  7. Visualizing statistical relationships — seaborn 0.13.2 documentation

    It depicts the joint distribution of two variables using a cloud of points, where each point represents an observation in the dataset. This depiction allows the eye to infer a substantial …

  8. seaborn.pairplot — seaborn 0.13.2 documentation

    The diagonal plots are treated differently: a univariate distribution plot is drawn to show the marginal distribution of the data in each column. It is also possible to show a subset of …

  9. seaborn.histplot — seaborn 0.13.2 documentation

    A histogram is a classic visualization tool that represents the distribution of one or more variables by counting the number of observations that fall within discrete bins. This function can …

  10. seaborn.residplot — seaborn 0.13.2 documentation

    Structure in the residual plot can reveal a violation of linear regression assumptions:

Refresh