lightkurve.TargetPixelFileCollection.plot# TargetPixelFileCollection.plot(ax=None)[source]# Individually plots all TargetPixelFile objects in a single matplotlib axes object. Parameters: axAxesA matplotlib axes object to plot into. If no axes is provided, a new one will be created. Returns: axAxesThe matplotlib axes object.