1
0
mirror of https://github.com/nikolaydubina/calendarheatmap.git synced 2025-02-08 03:41:02 +02:00

Update main.go

This commit is contained in:
Nikolay Dubina 2020-07-11 19:20:07 +08:00 committed by GitHub
parent 4fe0515cb5
commit bdf59dc892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ import (
func main() {
filenameInput := flag.String("input", "input.txt", "input filename")
filenameChart := flag.String("output", "chart.png", "output filename, will export as PNG")
filenameChart := flag.String("output", "chart.png", "output filename")
monthSep := flag.Bool("monthsep", true, "render month separator")
colorScale := flag.String("colorscale", "PuBu9", "refer to colorscales for examples")
labels := flag.Bool("labels", true, "labels for weekday and months")