I've been playing around with matplotlib.axes for a bit, and I'm confused what the parameter "rect" does.
According to the docs:
rect : [left, bottom, width, height]
The axes is build in the rectangle rect. rect is in Figure coordinates.
I noticed what width and height do, it was pretty obvious. I tried changing left and bottom to a bunch of different values but nothing changes. What exactly do left and bottom refer to?