Question

Data visualization (python preferred but not essential):

I have some data which fits into daily chunks nicely for a period of a few months, how may I produce an infographic/calender-type graph analogous to this (found online):

enter image description here

My preferred medium is Python (would htmlCalender suffice?) but anything to accomplish this will be fine.

Was it helpful?

Solution

I would suggest that you take a look at D3.js.

If you look at the examples there is a Calendar View that does something closely to what you want to accomplish.

Another example of a similar calendar visualization is Cal-heatmap.

You will find more libraries with similar concepts if you google for "calendar heatmap".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top