- Seaborn 教程
- Seaborn - 主页
- Seaborn - 简介
- Seaborn - 环境设置
- 导入数据集和库
- Seaborn - 图风格
- Seaborn- 调色板
- Seaborn - 直方图
- Seaborn - 核密度估计
- 可视化成对关系
- Seaborn - 绘制类别数据
- 观察分布
- Seaborn - 统计估计
- Seaborn - 绘制宽形式数据
- 多面板类别图
- Seaborn - 线性关系
- Seaborn - 分面网格
- Seaborn - 组网格
- 函数参考
- Seaborn - 函数参考
- Seaborn 有用资源
- Seaborn - 快速指南
- Seaborn - 有用资源
- Seaborn - 讨论
Seaborn - 环境设置
在本章中,我们将讨论 Seaborn 的环境设置。让我们从安装开始,了解如何开始使用它。
安装 Seaborn 并开始使用
在本节中,我们将了解 Seaborn 安装涉及的步骤。
使用 Pip 安装程序
要安装最新版本的 Seaborn,可以使用 pip -
pip install seaborn
对于使用 Anaconda 的 Windows、Linux 和 Mac
Anaconda(来自 https://anaconda.net.cn/ 是适用于 SciPy 堆栈的免费 Python 分发版。它也适用于 Linux 和 Mac。
还可以使用 conda 安装发布版本 -
conda install seaborn
直接从 github 安装开发版本的 Seaborn
https://github.com/mwaskom/seaborn"
依赖项
考虑 Seaborn 的以下依赖项 -
- Python 2.7 或 3.4+
- numpy
- scipy
- pandas
- matplotlib
广告