-
Hi,
I am having this error with the platform now. Before I used to be able to merge samples based on two filters but now I cannot :( Could you please help me fix this issue?
I have tried all t…
-
Hello,
Is it possible to combine stacked barplots based on different labels and UpSetR classes intersections in one plot ? I'm using a data frame where each item (row) is defined by:
i) an interse…
-
for levelized CAPEX and OPEX
-
CC @sandeep-ps and @ellvix
Similar to #4, I have created barplot test via R binder, but the sonification is loaded with a lag. If you move around your arrows, the sonification is fired after a few…
-
R code to generate the plot is under [resources/plotting_barplot.R](https://github.com/wodanaz/Assembling_viruses/blob/main/resources/plotting_barplot.R).
This script uses data from multiple runs so …
-
It would be cool to customize the bars in BarPlot chart to render them as "vertical lines" instead of narrow rectangles (eg. a line starting from x,y=0 and ending at the data x,y='20'), coupling this …
-
Hello GiantSpaceRobot
I can successfully run the group comparison analysis with your example file results, when I try to do the group comparison analysis based on our own data , I always meet Error e…
WZo0o updated
2 years ago
-
I often make mistakes, putting kwargs in the wrong place:
```jl
julia> Makie.hist(rand(100); xscale=log10)
ERROR: Invalid attribute xscale for plot type Plot{Makie.barplot, Tuple{Vector{Point{2, …
-
Create a horizontal barplot displaying the ingredients' percentage of total waterfootrpint. Ideally per number of uses or kg
User story:
* #3
-
Here's an MWE
```
julia> using CategoricalArrays;
julia> d = DataFrame(x = ["z", "a", "b"], v = [1, 2, 3]);
julia> d.x = categorical(d.x, ; levels = d.x);
julia> data(d) * mapping(:x, :v…