Though I've been able to create basic plots with matplotlib.pyplot
before, I cannot fully understand what the difference between these are:
- figure
- subplot
- axes
- (axis?)
As I understand, all three of these are objects for the area in which a graph is drawn, so what distinguishes them in terms of what can be drawn inside them?