JuliaPlots / JuliaPlots/PlotlyJS.jl
box plots with numbers as names
Open
- Dominant language
- Julia
- Stars
- 444
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to create a box plot where the names of the boxes are numbers. The problem is that if I use something like `box(;y=cond10, name="10")` and similarly for the other boxes, the names are also used to position the boxes on the x-axis -- which I do not want (the boxes should be equally spaced). I tried using html codes for the numbers, but that didn't make a difference. If I add `x0=1` etc., then that does make a difference, but then `name="10"` is ignored and instead the name used is the position given by `x0`. Does anyone know how to solve this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.