matplotlib.axes.Axes.has_data

Axes.has_data(self)

Return True if any artists have been added to axes.

This should not be used to determine whether the dataLim need to be updated, and may not actually be useful for anything.

Examples using matplotlib.axes.Axes.has_data