Prepping Data for Histograms #896
mtanco
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This histogram plot examples in the Wave Docs show how to display data when you already know the low and high value for each bin. Often I find that I have raw data that I would like to both bin and display as a histogram. If you're using pandas or numpy, you can use the
np.histogram()
function to create bins. Here's an example I regularly reference in case this is helpful to anyone else:Beta Was this translation helpful? Give feedback.
All reactions