-
在barplot代码中,为什么要使用df
-
Building on top of the examples: https://docs.makie.org/dev/tutorials/wrap-existing-recipe
The tutorial has this snippet:
```julia
function Makie.plot!(plot::Hist{
Moelf updated
3 months ago
-
hi
on the barplots, is it possible to have no separation lines between taxa, when using the plot_bar command?
-
Dear ComplexHeatmap developers!
Thanks so much for the package, I have a question regarding the Anno_barplot function
Is that a way that I could adjust the border line thickness of the stacked bar…
-
My intended use case is for visualizing data that gives counts of various states over a number of time snapshots. I want to show a barplot where the bar heights are a certain recorded snapshot, and to…
-
Is the intention to have Makie work "as expected" (whatever that means) with `missing`s?
If so, this can work as a reference issue for all the cases were methods for `missing` are missing (such as …
-
Since a stacked barplot can't be constructed as a sequence of labeled plots, I'm not sure how to construct a legend other than from the axis. However, `Legend(fig, stack_ax)` cannot find plots with la…
-
how can i select barplots with crosstalk?
```
library(crosstalk)
library(plotly)
shared_data
-
I would like to add a second timeline (instead of facet) to a barplot.
I tried to group by 2 vars but this is not working as expected (I get a mixed timeline).
Any smart workarounds?
Many thanks!!…
-
in older Makie versions this worked and showed a red barplot:
```julia
with_theme(; Axis=(palette=(patchcolor=[:red],),)) do
barplot(rand(10))
end
```
But on master it just ignores it:
…