I'm trying to determine what the data points are on a matplotlib axes. Is there an attribute I'm missing on the Axes object to get the x/y data values?
For example, say my code is passed a line plot, and I want to print out the x/y values that are plotted.