About 50 results
Open links in new tab
  1. seaborn: statistical data visualization — seaborn 0.13.2 documentation

    Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.

  2. An introduction to seaborn — seaborn 0.13.2 documentation

    An introduction to seaborn # Seaborn is a library for making statistical graphics in Python. It builds on top of matplotlib and integrates closely with pandas data structures. Seaborn helps you explore and …

  3. Installing and getting started — seaborn 0.13.2 documentation

    The seaborn codebase is pure Python, and the library should generally install without issue. Occasionally, difficulties will arise because the dependencies include compiled code and link to …

  4. User guide and tutorial — seaborn 0.13.2 documentation

    User guide and tutorial # An introduction to seaborn A high-level API for statistical graphics Multivariate views on complex datasets Opinionated defaults and flexible customization

  5. API reference — seaborn 0.13.2 documentation

    API reference # Objects interface # Plot object # Mark objects # Dot marks

  6. seaborn.lineplot — seaborn 0.13.2 documentation

    seaborn.lineplot(data=None, *, x=None, y=None, hue=None, size=None, style=None, units=None, weights=None, palette=None, hue_order=None, hue_norm=None, sizes=None, size_order=None, …

  7. Overview of seaborn plotting functions

    Most of your interactions with seaborn will happen through a set of plotting functions. Later chapters in the tutorial will explore the specific features offered by each function.

  8. Building structured multi-plot grids — seaborn 0.13.2 documentation

    Matplotlib offers good support for making figures with multiple axes; seaborn builds on top of this to directly link the structure of the plot to the structure of your dataset.

  9. seaborn.clustermap — seaborn 0.13.2 documentation

    seaborn.clustermap # seaborn.clustermap(data, *, pivot_kws=None, method='average', metric='euclidean', z_score=None, standard_scale=None, figsize=(10, 10), cbar_kws=None, …

  10. seaborn.displot — seaborn 0.13.2 documentation

    When None or False, seaborn defers to the existing Axes scale. legendbool If False, suppress the legend for semantic variables. palettestring, list, dict, or matplotlib.colors.Colormap Method for …