Questions tagged [calplot]
2 questions
1
vote
1 answer
How to change parameters of a calplot when calplot is accessed through plotly-calplot?
I have two figures. One is a calplot and the other is a plotly-calplot. In my calplot I used the following parameters:
colorbar=True
fillcolor="w"
linecolor="w"
fig_kws=dict(facecolor="w")
subplot_kws=dict(facecolor="w")
edgecolor="grey"
I think…

Xtiaan
- 252
- 1
- 11
0
votes
0 answers
Omit Weekends from calmaps (calplots)
Given the following example from here, I would like to not display the rows for Saturday or Sunday. I have tried resampling the dataframe without weekends before using it in the calmap function, but the source code shows that missing days are…

Dance Party
- 3,459
- 10
- 42
- 67