- Matplotlib 3.0 Cookbook
- Srinivasa Rao Poladi
- 64字
- 2025-04-04 16:06:36
Artist layer
This is the middle layer of the stack. Matplotlib uses the artist object to draw various elements of the graph. So, every element (see elements of a figure) we see in the graph is an artist. This layer provides an object-oriented API for plotting graphs with maximum flexibility. This interface is meant for seasoned Python programmers, who can create complex dashboard applications.