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)
Can i set the limit of y axis which contains time data in Rstudio?
Hi i have a problem that occurs in R.
I can't handle the y - axis, which is hour : minute format.
here is the code sample.
library("data.table")
library("ggplot2") #load library
t...
rainbear
Votes: 0
Answers: 1
Grouped bar plot with error bars, problem with positioning of error bars
I have some problems plotting error bars on the plot, they seem to gather at the centre of 2 bars, rather than on the centre of each bar.
data <- data.frame(
strain = rep(c("control", &...
Tab83
Votes: 0
Answers: 1
How can I write an equation with superscripts using annotate in ggplot2?
I am having trouble figuring out how to write out an equation using annotate in ggplot2.
Here is an example of what I want to get, I just can't figure out how to get the superscripts in the equation ...
ramateur
Votes: 0
Answers: 2
How to include geom_label for a column ggplot?
Hi so I have some data which looks like this:
`Marketing Variables` LICENCE_STATUS count pct val
<chr> <chr> <lgl> <int> <...
John Thomas
Votes: 0
Answers: 1