### Documentation Link https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.axes.html ### Problem It reads: "4-tuple of floats rect = [left, bottom, width, height]. " Shouldn't it be a list? ### Suggested improvement Perhaps we should go for the tuples here.