- Machine Learning for OpenCV
- Michael Beyeler
- 106字
- 2021-07-02 19:47:19
Visualizing the data using Matplotlib
Knowing how to load data is of limited use if we don't know how to look at the data. Thankfully, there is Matplotlib!
Matplotlib is a multiplatform data visualization library built on NumPy arrays--see, I promised you NumPy would show up again. It was conceived by John Hunter in 2002, originally designed as a patch to IPython to enable interactive MATLAB-style plotting from the command line. In more recent years, newer and shinier tools have popped up to eventually replace Matplotlib (such as ggplot and ggvis in the R language), but Matplotlib remains essential as a well-tested, cross-platform graphics engine.
推薦閱讀
- PHP 從入門到項目實踐(超值版)
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺
- Rake Task Management Essentials
- 手把手教你學(xué)C語言
- Building a Quadcopter with Arduino
- Linux Device Drivers Development
- Hands-On JavaScript for Python Developers
- Application Development with Parse using iOS SDK
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- 游戲設(shè)計的底層邏輯
- 自己動手構(gòu)建編程語言:如何設(shè)計編譯器、解釋器和DSL
- C語言程序設(shè)計
- R語言編程基礎(chǔ)
- JavaWeb入門經(jīng)典