Hello,
I am drawing some data with ggplot2 and would like to reverse the
order of the y axis and set a custom range for it.
I can do the former but when I add the key `limits` to
`scale_y_reverse` I get an error as shows below and, worse, no data
shown in the plot.
How can I properly set a reverse
On 05/03/2024 7:16 a.m., Luigi Marongiu wrote:
A <- rep(c(0, 3, 6, 12, 24), 3)
B <- c(rep(0,5), rep(1,5), rep(2,5))
V <- c(27.5,27.01,27.75,27.98,27.4,25.69,
26.17,27.78,26.08,
24.97,23.18,21.78,22.49,21.85,22.2)
df <- data.frame(Conc = A, T
Thank you. I though the values would have been reversed automatically.
Case closed then
On Tue, Mar 5, 2024 at 2:43 PM Duncan Murdoch wrote:
>
> On 05/03/2024 7:16 a.m., Luigi Marongiu wrote:
> > A <- rep(c(0, 3, 6, 12, 24), 3)
> > B <- c(rep(0,5), rep(1,5), rep(2,5))
> > V <- c(27.5,27.01,
3 matches
Mail list logo