lightkurve.TargetPixelFileCollection.plot#

TargetPixelFileCollection.plot(ax=None)[source]#

Individually plots all TargetPixelFile objects in a single matplotlib axes object.

Parameters
axAxes

A matplotlib axes object to plot into. If no axes is provided, a new one will be created.

Returns
axAxes

The matplotlib axes object.