博客專欄

EEPW首頁 > 博客 > Python中matplotlib的一些介紹

Python中matplotlib的一些介紹

發(fā)布人:machinnneee 時間:2020-02-02 來源:工程師 發(fā)布文章

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#

*博客內容為網友個人發(fā)布,僅代表博主個人觀點,如有侵權請聯系工作人員刪除。



關鍵詞:

相關推薦

技術專區(qū)

關閉