- Machine Learning for OpenCV
- Michael Beyeler
- 91字
- 2021-07-02 19:47:19
Importing Matplotlib
You might be in luck again: if you followed the advice outlined in the previous chapter and installed the Python Anaconda stack, you already have Matplotlib installed and are ready to go. Otherwise, you might want to visit http://matplotlib.org for installation instructions.
Just as we used np shorthand for NumPy, we will use some standard shorthand for the Matplotlib imports:
In [1]: import matplotlib as mpl
In [2]: import matplotlib.pyplot as plt
The plt interface is what we will use most often, as we shall see throughout the book.
推薦閱讀
- Oracle Exadata性能優化
- Java Web基礎與實例教程(第2版·微課版)
- Hands-On Data Structures and Algorithms with JavaScript
- BeagleBone Media Center
- 信息技術應用基礎
- 零基礎入門學習Python
- Android程序設計基礎
- BIM概論及Revit精講
- Lighttpd源碼分析
- Python機器學習算法: 原理、實現與案例
- Internet of Things with ESP8266
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Mastering Gephi Network Visualization
- Visual Basic程序設計基礎
- Java多線程并發體系實戰(微課視頻版)