plot_many_factors#

stellarphot.plotting.plot_many_factors(photometry, shift, scale, ax=None)[source]#

Plots many factors of photometry against each other.

Parameters:
photometrystellarphot.PhotometryData

The photometry table to plot.

shiftfloat

The amount to shift the data by.

scalefloat

The amount to scale the data by.

axmatplotlib.axes.Axes, optional

The axes to plot on.

Returns:
None

Added features to the plot directly.