We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by John-Toohey January 4, 2025 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, ) }) ```</div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in #97
Originally posted by John-Toohey January 4, 2025
These whiskers on this barchart are too tall and thus overlap! How should I slim them down?
The text was updated successfully, but these errors were encountered: