Skip to content
New issue

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

Change the height of whiskers in barchart #98

Open
johannes-wolf opened this issue Jan 7, 2025 Discussed in #97 · 0 comments
Open

Change the height of whiskers in barchart #98

johannes-wolf opened this issue Jan 7, 2025 Discussed in #97 · 0 comments
Labels
👿 bug Something isn't working
Milestone

Comments

@johannes-wolf
Copy link
Member

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?

image

    #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>
@johannes-wolf johannes-wolf added the 👿 bug Something isn't working label Jan 7, 2025
@johannes-wolf johannes-wolf added this to the v0.1.1 milestone Jan 9, 2025
@johannes-wolf johannes-wolf modified the milestones: v0.1.1, v0.2.0 Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👿 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant