- Matplotlib 教程
- Matplotlib - 主页
- Matplotlib - 简介
- Matplotlib - 环境设置
- Matplotlib - Anaconda 分布
- Matplotlib - Jupyter 笔记本
- Matplotlib - Pyplot API
- Matplotlib - 简单绘图
- Matplotlib - PyLab 模块
- 面向对象的接口
- Matplotlib - 图形类
- Matplotlib - 轴类
- Matplotlib - 多图
- Matplotlib - Subplots() 函数
- Matplotlib - Subplot2grid() 函数
- Matplotlib - 网格
- Matplotlib - 格式化轴
- Matplotlib - 设置限制
- 设置刻度和刻度标签
- Matplotlib - 双轴
- Matplotlib - 条形图
- Matplotlib - 直方图
- Matplotlib - 饼图
- Matplotlib - 散点图
- Matplotlib - 等值线图
- Matplotlib - 箭袋图
- Matplotlib - 箱线图
- Matplotlib - 小提琴图
- 三维绘图
- Matplotlib - 3D 等高线图
- Matplotlib - 3D 线框图
- Matplotlib - 3D 曲面图
- Matplotlib - 处理文本
- 数学表达式
- Matplotlib - 处理图像
- Matplotlib - 变换
- Matplotlib 有用资源
- Matplotlib - 快速指南
- Matplotlib - 有用的资源
- Matplotlib - 讨论
Matplotlib - Anaconda 分布
Anaconda 是 Python 和 R 编程语言的免费开源发行版,用于大规模数据处理、预测分析和科学计算。该发行版使包管理和部署变得简单容易。Matplotlib 和许多其他有用的(数据)科学工具构成了该发行版的一部分。包版本由包管理系统 Conda 管理。Anaconda 的优势在于您可以访问超过 720 个软件包,这些软件包可以使用 Anaconda 的 Conda(软件包、依赖项和环境管理器)轻松安装。
Anaconda 发行版可在https://www.anaconda.com/download/ 上安装。对于 Windows 上的安装,可以使用 32 位和 64 位二进制文件 -
https://repo.continuum.io/archive/Anaconda3-5.1.0-Windows-x86.exe
https://repo.continuum.io/archive/Anaconda3-5.1.0-Windows-x86_64.exe
安装是一个相当简单的基于向导的过程。您可以选择在 PATH 变量中添加 Anaconda 或将 Anaconda 注册为默认 Python。
对于 Linux 上的安装,请从下载页面下载 32 位和 64 位安装程序的安装程序 -
https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86.sh
https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh
现在,从 Linux 终端运行以下命令 -
$ bash Anaconda3-5.0.1-Linux-x86_64.sh
Canopy 和 ActiveState 是 Windows、macOS 和常见 Linux 平台最受欢迎的选择。Windows 用户可以在 WinPython 中找到一个选项。