Python 文档 - Matpotlib

186 阅读1分钟

What is matplotlib

Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy. It provides an object-oriented API for embedding plots into applications using general-purpose GUI toolkits like Tkinter, wxPython, Qt, or GTK.

Quick Introducation

Load necessary libraries

Basic Graphs

Bar Chart

Line Graph