plot_many_factors#
- stellarphot.plotting.plot_many_factors(photometry, shift, scale, ax=None)[source]#
Plots many factors of photometry against each other.
- Parameters:
- photometry
stellarphot.PhotometryData The photometry table to plot.
- shiftfloat
The amount to shift the data by.
- scalefloat
The amount to scale the data by.
- ax
matplotlib.axes.Axes, optional The axes to plot on.
- photometry
- Returns:
- None
Added features to the plot directly.