msimet / Stile

Stile: the Systematics Tests In Lensing pipeline
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

#94 Histograms for ScatterPlotSysTests #116

Open msimet opened 6 years ago

msimet commented 6 years ago

Allow ScatterPlots to plot histograms, in the case where you have dense data and you think it'll look better.

Implementation detail: right now, it will ignore cases where you have available z-data (which is otherwise used to color the plots), rather than failing out. This is because there's some automatic routines in the ScatterPlots to find a size column used for color, and I don't want those to break someone's desire for a histogram since they won't know how to stop it.

Additionally, error bars must get ignored by the plotting since you're just binning up points, but they are still used to compute trendlines if requested.