- 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.
- iOS Game Programming Cookbook
- 軟件安全技術
- 實用防銹油配方與制備200例
- Java從入門到精通(第4版)
- Apache Hive Essentials
- Python Data Analysis(Second Edition)
- 深入淺出PostgreSQL
- Getting Started with Laravel 4
- C語言從入門到精通
- Red Hat Enterprise Linux Troubleshooting Guide
- 青少年學Python(第2冊)
- Python預測之美:數據分析與算法實戰(雙色)
- Dart:Scalable Application Development
- Mastering ArcGIS Server Development with JavaScript
- Apache Kafka 1.0 Cookbook