Punchcard plot: commits by weekday and hour of day
punchcard_plot.RdPunchcard plot: commits by weekday and hour of day
Usage
punchcard_plot(
commits,
repo = NULL,
date_begin = NULL,
date_end = NULL,
title = NULL,
point_color = "#1f6feb"
)Arguments
- commits
Tidy data frame from
collect_git_commits().- repo
Optional repo name (or vector).
NULLaggregates all repos.- date_begin, date_end
Optional Date bounds.
- title
Plot title. Defaults to repo name(s) or "All repos".
- point_color
Fill color for the circles.