Python_matplotlib入门详解

Python_matplotlib入门详解

一、Matplotlib 

博文来源:https://www.runoob.com/matplotlib/matplotlib-tutorial.html

Matplotlib 是 Python 的绘图库,它能让使用者很轻松地将数据图形化,并且提供多样化的输出格式。

Matplotlib 可以用来绘制各种静态,动态,交互式的图表。

Matplotlib 是一个非常强大的 Python 画图工具,我们可以使用该工具将很多数据通过图表的形式更直观的呈现出来。

Matplotlib 可以绘制线图、散点图、等高线图、条形图、柱状图、3D 图形、甚至是图形动画等等。

二、Matplotlib 安装

我们使用 pip 工具来安装 Matplotlib 库,

升级 pip:

python3 -m pip install -U pip
hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » Python_matplotlib入门详解