Change the height of whiskers in barchart #97
Unanswered
John-Toohey
asked this question in
Q&A
Replies: 1 comment
-
You cannot set them using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These whiskers on this barchart are too tall and thus overlap! How should I slim them down?
#cetz.canvas({ let data1 = ( ([With Instruction], 11.15, 6.15), ([Without Instruction], 3.80, 5.20), ) chart.barchart( size: (10, 2), label-key: 0, value-key: 1, error-key: 2, x-label: [Mean Instances of Sexist Language Identified], bar-style: (cetz.palette.new(colors: (luma(50%),))), data1, min: 0, ) })
Beta Was this translation helpful? Give feedback.
All reactions