Skip to content
Snippets Groups Projects
Commit 175973b7 authored by clblatte's avatar clblatte
Browse files

quick Summary html y scale adapted

parent 1b3867db
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ meanV <- rslt[rslt$regime %in% c("BAU", "SA", "CCF") , ] %>%
geom_line( aes(color = regime)) +
theme(axis.text.x = element_text(angle = 90)) +
scale_x_continuous(breaks=c(2016, 2026, 2036, 2046, 2056, 2066, 2076, 2086, 2096, 2106)) +
scale_y_continuous(limit = c(0,700)) +
facet_wrap(. ~gpkg)
plot(meanV)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment