- Mastering matplotlib
- Duncan M. McGreggor
- 247字
- 2021-07-16 14:11:21
Chapter 2. The matplotlib Architecture
As software systems age, they tend to undergo a natural evolution through processes such as feature addition and debugging. The resultant codebase embodies the familiar tension between maintaining the old code and at the same time offering the end users an improved product. Architectures for long-term projects are not something that were originally carved in stone and adhered to monomaniacally ever since. Rather, they are living, adaptive concepts that guide the plans and activities of a project's contributors.
The matplotlib module arose out of such an environment, and it has continuous goals of refining and improving its architecture and updating its older bits to follow the best practices of and the latest advances in not only the project itself, but also the wider Python community over the years since its inception.
In this chapter, we will perform the following tasks:
- Review the original design goals of matplotlib and explore its evolution
- Examine the current architecture at a high level using the metaphors put forth by the core developers of matplotlib
- Dive into the details of the three major layers of the matplotlib architecture
- Explore the matplotlib namespace in relation to the architectural layers
- Create a dependency graph for a standard matplotlib script to gain additional insight on a project's structure in relation to the user scripts
- Take a look at the additional packages that were not a part of the matplotlib release and identify their connection with the overall architecture
- SQL for Data Analytics
- 三維圖形化C++趣味編程
- 零基礎學Python數據分析(升級版)
- Scientific Computing with Scala
- Python項目實戰從入門到精通
- PHP 7從零基礎到項目實戰
- JavaScript從入門到精通(視頻實戰版)
- Android Game Programming by Example
- ABAQUS6.14中文版有限元分析與實例詳解
- 深入淺出Python數據分析
- Mastering Machine Learning with R
- Clojure Data Structures and Algorithms Cookbook
- Mastering Magento Theme Design
- 匯編語言程序設計教程
- OpenCV:Computer Vision Projects with Python