- 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.
推薦閱讀
- Learning ROS for Robotics Programming(Second Edition)
- Learning Real-time Processing with Spark Streaming
- Python數據分析基礎
- Visual Basic程序設計(第3版):學習指導與練習
- Instant 960 Grid System
- Mastering Unity Shaders and Effects
- Apache Karaf Cookbook
- Securing WebLogic Server 12c
- 基于Swift語言的iOS App 商業實戰教程
- 從零開始學Linux編程
- Creating Stunning Dashboards with QlikView
- HTML5從入門到精通(第4版)
- Mastering Unity 2D Game Development(Second Edition)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)