All Projects → nikolaydubina → Calendarheatmap

nikolaydubina / Calendarheatmap

Licence: mit
Calendar heatmap inspired by Github contribution activity

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Calendarheatmap

Deepgraph
Analyze Data with Pandas-based Networks. Documentation:
Stars: ✭ 232 (-9.02%)
Mutual labels:  data-visualization
Iheatmapr
Complex, interactive heatmaps in R
Stars: ✭ 242 (-5.1%)
Mutual labels:  data-visualization
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (-5.88%)
Mutual labels:  data-visualization
Dabest Python
Data Analysis with Bootstrapped ESTimation
Stars: ✭ 231 (-9.41%)
Mutual labels:  data-visualization
Plotly Graphing Library For Matlab
Plotly Graphing Library for MATLAB®
Stars: ✭ 234 (-8.24%)
Mutual labels:  data-visualization
Cjworkbench
The data journalism platform with built in training
Stars: ✭ 244 (-4.31%)
Mutual labels:  data-visualization
Matplotlib Cheatsheet
Matplotlib 3.1 cheat sheet.
Stars: ✭ 2,806 (+1000.39%)
Mutual labels:  data-visualization
Missingno
Missing data visualization module for Python.
Stars: ✭ 3,019 (+1083.92%)
Mutual labels:  data-visualization
Dropchop
🍴 browser-based spatial operations
Stars: ✭ 240 (-5.88%)
Mutual labels:  data-visualization
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (-2.75%)
Mutual labels:  data-visualization
Pyscada
PyScada is a open source scada system that uses the Django framework as backend
Stars: ✭ 233 (-8.63%)
Mutual labels:  data-visualization
Datav
📊https://datav.io is a modern APM, provide observability for your business, application and infrastructure. It's also a lightweight alternative to Grafana.
Stars: ✭ 2,757 (+981.18%)
Mutual labels:  data-visualization
Cboard
An easy to use, self-service open BI reporting and BI dashboard platform.
Stars: ✭ 2,795 (+996.08%)
Mutual labels:  data-visualization
Inmap
大数据地理可视化
Stars: ✭ 2,627 (+930.2%)
Mutual labels:  data-visualization
Clchart
A fast, simple and cross-platform(html5 react-native weex wechat-applet) stock chart library created using canvas.
Stars: ✭ 250 (-1.96%)
Mutual labels:  data-visualization
Querytree
Data reporting and visualization for your app
Stars: ✭ 230 (-9.8%)
Mutual labels:  data-visualization
Idacyber
Data Visualization Plugin for IDA Pro
Stars: ✭ 244 (-4.31%)
Mutual labels:  data-visualization
Rthreejs
Three.js widgets for R and shiny
Stars: ✭ 251 (-1.57%)
Mutual labels:  data-visualization
Ncov
【在开发2.x版本,暂时关闭站点!新版大屏beta 版本,全实时数据,交互式大屏,精确到城市级,弹幕来袭】关注2019新型冠状病毒(2019-nCoV),数据可视化感染人群热点图、迁徙扩散轨迹,以提供帮助分析疫情。 愿世界安好。Focus on Wuhan 2019-nCoV, data visualization, to help analyze the epidemic situation. May the world be well.
Stars: ✭ 250 (-1.96%)
Mutual labels:  data-visualization
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+1136.08%)
Mutual labels:  data-visualization

Go Report Card Go Reference codecov Awesome

Self-contained, plain Go implementation of calendar heatmap inspired by Github contribution activity.

$ go build
$ echo '{
    "2020-05-16": 8,
    "2020-05-17": 13,
    "2020-05-18": 5,
    "2020-05-19": 8,
    "2020-05-20": 5
}' | ./calendarheatmap > chart.png

Basic

basic

Colorscales col1 col2 col2

UTF-8 col1

SVG

svg

Without month separator nosep

Without labels nolab

Without labels, without separator nosep_nolab

GitHub stars over time

GitHub stars over time

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].