Slackbot
06/18/2023, 2:19 PMFabian Iwand
06/18/2023, 2:44 PMdomain
and `ticks`:
domain: [-1, 1, 2, 3, 4, 5, 6, 0], // hide 0 and 6 (weekends); use -1 for labels
ticks: [0, 1, 2, 3, 4, 5, 6], // don't draw a tick for -1
Sam Mead
06/18/2023, 3:03 PMFabian Iwand
06/18/2023, 3:36 PMSam Mead
06/18/2023, 8:08 PMtickFormat: t => daynames[t]
For anyone interested in a work in progress of a lightweight version of the original Plot calendar: https://observablehq.com/d/49adab8b71670635Mihael Ankerst
06/18/2023, 10:55 PMSam Mead
06/19/2023, 9:58 AMMihael Ankerst
06/19/2023, 1:06 PMSam Mead
06/20/2023, 7:14 AM