- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 115字
- 2021-08-27 18:48:13
What is Matplotlib?
Matplotlib is a Python package for data visualization. It allows easy creation of various plots, including line, scattered, bar, box, and radial plots, with high flexibility for refined styling and customized annotation. The versatile artist module allows developers to define basically any kind of visualization. For regular usage, Matplotlib offers a simplistic object-oriented interface, the pyplot module, for easy plotting.
Besides generating static graphics, Matplotlib also supports an interactive interface which not only aids in creating a wide variety of plots but is also very useful in creating web-based applications.
Matplotlib is readily integrated into popular development environments, such as Jupyter Notebook, and it supports many more advanced data visualization packages.
- Advanced Quantitative Finance with C++
- SQL Server 從入門到項目實踐(超值版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Java:Data Science Made Easy
- Oracle JDeveloper 11gR2 Cookbook
- Learning Apache Mahout Classification
- 深入淺出Serverless:技術(shù)原理與應(yīng)用實踐
- 學(xué)習(xí)正則表達(dá)式
- Serverless computing in Azure with .NET
- HTML+CSS+JavaScript網(wǎng)頁設(shè)計從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Simulation for Data Science with R
- Scratch從入門到精通
- C語言程序設(shè)計實驗指導(dǎo)與習(xí)題精解
- ASP.NET Core 2 High Performance(Second Edition)
- Mastering Unity Scripting