- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 46字
- 2021-08-27 18:48:17
About the dependencies
Matplotlib depends on a host of Python packages for background calculation, graphic rendering, interaction, and more. They are NumPy, libpng, and FreeType, and so on. Depending on the usage, users can install additional backend packages, such as PyQt5, for a better user interface.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Apache Oozie Essentials
- AWS Serverless架構(gòu):使用AWS從傳統(tǒng)部署方式向Serverless架構(gòu)遷移
- 體驗(yàn)設(shè)計(jì)原理:行為、情感和細(xì)節(jié)
- Mastering C# Concurrency
- 深度學(xué)習(xí):算法入門與Keras編程實(shí)踐
- Backbone.js Blueprints
- Functional Kotlin
- JavaScript動(dòng)態(tài)網(wǎng)頁開發(fā)詳解
- Getting Started with LLVM Core Libraries
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- 利用Python進(jìn)行數(shù)據(jù)分析
- Mastering Akka
- 細(xì)說Python編程:從入門到科學(xué)計(jì)算
- SciPy Recipes