4. Seaborn

Figure 4.0.1 Seaborn Gallery

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

Content

Installation

To install the latest release of seaborn, you can use pipor conda

pip install seaborn      # pip install  
conda install seaborn    # conda install 

Last updated

Was this helpful?