Rotated axis labels
<Plot
marginBottom={50}
x={{
tickRotate: 45,
domain: 'These are some ordinal ticks on a band scale'.split(
' '
)
}} />
<Plot
marginBottom={50}
x={{
tickRotate: 45,
domain: 'These are some ordinal ticks on a band scale'.split(
' '
)
}} />