-
### Feature description
Adding errorbars over grouped barplots is surprinsgly difficult in Makie, although it's a very common feature for statistical ploting library (see this post on julia [discours…
-
-
Good morning, I hope you are well.
I was writing this issue because I have found an unexpected behavior in the way grouping factors are generated for a barplot.
When I use the grouping factors i…
-
Would be nice to have a syntax like:
```julia
bar3D(x, y, z, dx, dy, dz, color = c)
```
where all above entries could be vectors.
It would be a simpler wrapper of the following:
```julia
mesh…
-
Number of Households by Census Region, stacked by gender of HH-head
-
Hello, I am trying to make a barplot annotation. The values are between -1 and 1 and I would like to make the filling color gradient like in heatmap using `colorRamp2(c(-1, 0, 1), c("green", "white",…
-
Stacked barplots with the choice of raw numbers or proportion would be great.
Thanks,
Iain
-
With the decamp data, when a user clicks "Group sample by condition" and then selects "ALL" condition, an error pops:
Error: Wasn't able to determine range of domain
-
Is there any opportunity to plot barplot?
Following code doesn't show anything:
` plt.hist().add(numbers).bins(binsnames).histtype(HistBuilder.HistType.bar);`
-
Hello!
Thank you very much for your package!
Please tell me, is it possible to set a free size for each block when building a barplot using grouping by pop_id? The fixed size is very problematic i…