Skip to content

Comments

#94 Histograms for ScatterPlotSysTests#116

Open
msimet wants to merge 7 commits intomasterfrom
#94
Open

#94 Histograms for ScatterPlotSysTests#116
msimet wants to merge 7 commits intomasterfrom
#94

Conversation

@msimet
Copy link
Owner

@msimet msimet commented Jun 23, 2018

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.

msimet added a commit that referenced this pull request Jul 14, 2018
msimet added a commit that referenced this pull request Jul 14, 2018
msimet added a commit that referenced this pull request Jul 14, 2018
msimet added a commit that referenced this pull request Nov 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant