Skip to content

Latest commit

 

History

History

Seaborn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Seaborn

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

Installation

Open terminal and enter the following command

using conda:

conda install seaborn

or using pip:

pip install seaborn