- Matplotlib 3.0 Cookbook
- Srinivasa Rao Poladi
- 47字
- 2025-04-04 16:06:36
Architecture of Matplotlib
Matplotlib has a three-layer architecture: backend, artist, and scripting, organized logically as a stack. Scripting is an API that developers use to create the graphs. Artist does the actual job of creating the graph internally. Backend is where the graph is displayed.