matplotlib基于 Python 的圖表繪圖系統(tǒng)
Matplotlib 用于在 Python 中創(chuàng)建靜態(tài)、動畫和互動的可視化。
Matplotlib可以在各種硬拷貝格式和跨平臺的互動環(huán)境中生成出版物質(zhì)量的數(shù)字。Matplotlib可以在Python腳本、Python和IPython shell、網(wǎng)絡(luò)應(yīng)用服務(wù)器和各種圖形用戶界面工具包中使用。
示例代碼:
>>> from pylab import randn, hist >>> x = randn(10000) >>> hist(x, 100)
評論
圖片
表情
