- Interactive Applications Using Matplotlib
- Benjamin V. Root
- 94字
- 2021-07-23 20:02:17
What you need for this book
At the absolute least, you will need the following Python packages installed on your system: NumPy, SciPy, Basemap, and (of course) Matplotlib. To work on the instructions presented in Chapter 5, Embedding Matplotlib, you will want to have at least one of the following GUI toolkits installed: GTK, Tkinter (should come with Python), wxWidgets, or Qt (version 4 is preferred; version 5 is supported only recently for Matplotlib version 1.4). You will also need the corresponding Python bindings for the GUI toolkits (some come with them by default).
推薦閱讀
- Git Version Control Cookbook
- C程序設計簡明教程(第二版)
- Java 開發(fā)從入門到精通(第2版)
- 企業(yè)級Java EE架構設計精深實踐
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Jupyter數(shù)據(jù)科學實戰(zhàn)
- Kotlin開發(fā)教程(全2冊)
- IDA Pro權威指南(第2版)
- Mastering VMware Horizon 7(Second Edition)
- Python預測分析實戰(zhàn)
- 前端架構設計
- 軟件開發(fā)中的決策:權衡與取舍
- C語言程序設計實驗指導與習題精解
- Go語言編程之旅:一起用Go做項目
- Getting Started with Backbone Marionette