- 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.
推薦閱讀
- 基于粒計算模型的圖像處理
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Visual Studio 2012 Cookbook
- Visual Basic程序開發(學習筆記)
- Learning Linux Binary Analysis
- Python GUI Programming Cookbook
- Building Mapping Applications with QGIS
- Mastering Python High Performance
- Getting Started with SQL Server 2012 Cube Development
- 數據結構(C語言)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Building RESTful Python Web Services
- C程序設計實踐教程
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- C++寶典