December 2017
Intermediate to advanced
386 pages
10h 42m
English
Up to this point, we have used Matplotlib's high-level functions, such as plot(), to create graphs. In this section, we will show how to use objects of type Artist to draw arbitrary shapes in a plot.
In Matplotlib, every plot element is an object from the Artist class. There are two kinds of Artist objects:
In the next recipe, we will see how to use Matplotilib's Artist interface to draw general shapes in a figure. ...
Read now
Unlock full access