columnchart: bar-width #58
Answered
by
johannes-wolf
mjhuesmann
asked this question in
Q&A
-
I tried to produce a columnchart of a binomial distribution. The bars have to have the width 1. Columnchart has the parameter bar-width, that defaults to 0.8. Changing the value to 1 or to 0.1 has no effect on the barwidth. What is wrong with my code? Code:
|
Beta Was this translation helpful? Give feedback.
Answered by
johannes-wolf
Sep 20, 2024
Replies: 0 comments 2 replies
-
This is a bug. You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
johannes-wolf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a bug. You can use
cetz.draw.set-style(columnchart: (bar-width: ...))
as a workaround.