博客专栏

EEPW首页 > 博客 > Python中matplotlib的一些介绍

Python中matplotlib的一些介绍

发布人:machinnneee 时间:2020-02-02 来源:工程师 发布文章

Matplotlib 可能是 Python 2D-绘图领域使用最广泛的套件。它能让使用者很轻松地将数据图形化,并且提供多样化的输出格式。

Matplotlib tries to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc., with just a few lines of code. For examples, see the sample plots and thumbnail gallery.

For simple plotting the pyplot module provides a MATLAB-like interface, particularly when combined with IPython. For the power user, you have full control of line styles, font properties, axes properties, etc, via an object oriented interface or via a set of functions familiar to MATLAB users.

最新的matplotlib是3.1.2版本,配合python3使用。

This is the documentation for Matplotlib version 3.1.2.

简单看了matplotlib的介绍,可以处理数据,图像,是在linux上绘图的一个很好的工具。


官网地址:

https://matplotlib.org/index.html#

*博客内容为网友个人发布,仅代表博主个人观点,如有侵权请联系工作人员删除。



关键词:

相关推荐

技术专区

关闭