Seaborn 简明教程

Seaborn - Environment Setup

在本章中,我们将讨论 Seaborn 的环境设置。让我们从安装开始,了解随着我们前进如何开始。

Installing Seaborn and getting started

在本节中,我们将了解在安装 Seaborn 中涉及的步骤。

Using Pip Installer

要安装 Seaborn 的最新版本,你可以使用 pip −

pip install seaborn

For Windows, Linux & Mac using Anaconda

Anaconda(来自 https://www.anaconda.com/ )是一个适用于 SciPy 堆栈的免费 Python 发行版。它还适用于 Linux 和 Mac。

还可以使用 conda 安装已发布的版本 −

conda install seaborn

To install the development version of Seaborn directly from github

Dependencies

考虑以下 Seaborn 依赖项−

  1. Python 2.7 or 3.4+

  2. numpy

  3. scipy

  4. pandas

  5. matplotlib