Tagged Questions
2
votes
2answers
191 views
How do I generate a 3d histogram of runs
This question is an extension of the question I asked here Histogram of runs.
What I would like to do now is generate a Histogram3D that has the run duration on the x axis and the mean level on the ...
18
votes
3answers
556 views
How can I make a heatmap of a days in year?
I know Mathematica has a ListPlot for time series but does it have a function for visualizing a list of dates as a heat map like this:
This idea is from D3, check it out here.