Skip to content

HanyuXi/Calendar_Heatmap_Dash_Plotly_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Calendar_Heatmap_Dash_Plotly_Python

This script helps python programmers or data analysts develop heatmap calendar projects. This application was developed in python using dash and plotly module. The heatmap calendar is used to uncover insights from their data. More information can be found on Github or Plotly Forum.
The calendar is auto-generated by Python Calendar Module.

The Heatmap/calendar is generated by figure-factory in python plotly. https://plot.ly/python/figure-factory-subplots/

Heatmap Dash Plot
alt text

User Instruction


You can replace the following input variables to customize your own heatmap plot

##dummydata: To create the heatmap Calendar
pp_array = [10,10,10,10,20,30,50,60,70,90,100,100]
date_string_array = ['2018-05-01','2018-05-03','2018-05-04','2018-05-05','2018-05-06','2018-05-07','2018-05-08','2018-05-09','2018-05-10','2018-05-11','2018-05-12','2018-05-13']

About

This Project is used to create Heat map Calendar by dash plotly in python programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages