- 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.
推薦閱讀
- GAE編程指南
- Rust編程:入門、實戰與進階
- Manga Studio Ex 5 Cookbook
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Python機器學習經典實例
- Mastering Apache Spark 2.x(Second Edition)
- Go并發編程實戰
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Building Android UIs with Custom Views
- 利用Python進行數據分析
- NGINX Cookbook
- 微服務架構深度解析:原理、實踐與進階
- Node.js 12實戰
- 從零開始學Android開發
- R語言數據挖掘:實用項目解析