autopew.util.plot¶
autopew.util.plot.bin_centres_to_edges(centres)[source]¶Translates point estimates at the centres of bins to equivalent edges, for the case of evenly spaced bins.
autopew.util.plot.bin_edges_to_centres(edges)[source]¶Translates edges of histogram bins to bin centres.