python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem with stat_summary using group interaction and geom boxplot
I'd like to ggplot 3 pairs (factor x0) of 2 conditions (factor cond0), using boxplots with specific quantile limits.
The 2 problems are:
There are 3 groups in condition A (red), but only 2 groups in ...
denis
Votes: 0
Answers: 1
How do I remove legend/grid without using theme_void()?
Here I have theme_light() but in the plot I still have the x/y axis & legend + grid. I want to remove those and only have my light background + plot 'pic'. When I use theme_void -> it removes t...
Amouda love
Votes: 0
Answers: 2
How to prevent combining 2 boxplots into 1 on ggplot
I am trying to create a plot with 6 panels showing two boxplots (representing the effect of injury (1 = presence of injury, 0 = absence of injury). The closest I have gotten is this:
ggplot(cell_measu...
user345995
Votes: 0
Answers: 0
My plot is too thin after adding the significance to a plot
I want to add the level of significance my plots with facet_nested, I initially used an old code but it doesn't seem to be working this time around. In the end, I want a plot like the one below.
My pl...
Reuben Newton Addison
Votes: 0
Answers: 0