pointing_histogram¶
- pytelpoint.visualization.pointing_histogram(coo_ref, coo_meas, bins='freedman', style='ggplot')[source]¶
Plot histogram of separations between reference coordinates, coo_ref, and measured coordinates, coo_meas.
- Parameters:
- Returns:
- fig
matplotlib.figure.Figureinstance Figure object containing the histogram plot.
- fig