Histograms with dates and missing data #4198
ericphanson
started this conversation in
Show and tell
Replies: 1 comment
-
I'd rather not have an error for empty datasets because sometimes I would build the plot without data and then add data to it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is some code I've been using to do a "smart" histogram that actually does a barplot if the data is small and discrete, and otherwise does a histogram, and handles missing data and dates. It would be great if some of these features could make it into Makie's histogram!
Beta Was this translation helpful? Give feedback.
All reactions