martijnvermaat / calmap

Calendar heatmaps from Pandas time series data -- See https://github.com/MarvinT/calmap/ for the maintained version
https://pythonhosted.org/calmap
MIT License
211 stars 61 forks source link

'fillcolor' in calmap.calendarplot doesn't work right #32

Closed Starrry22 closed 3 years ago

Starrry22 commented 3 years ago

when i use calmap.calendarplot without 'fillcolor', this is the result image and when i use calmap.calendarplot with 'fillcolor', this is the result, it adds the label of year image

darkmatter2222 commented 3 years ago

@Starrry22, post your code snips?

Starrry22 commented 3 years ago

@Starrry22, post your code snips?

Thanks, i found the "calplot" library, and it solved my problem