Skip to content

Commit

Permalink
fix limits ppanom
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaichas committed Feb 28, 2020
1 parent 7832bc6 commit 05913e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SOE-MAFMC-2020.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@ Fluctuations in primary production over time (Fig. \ref{fig:MAB-sli}) may relat
ylab("Anomaly ratio") +
xlab(element_blank())+
ggtitle("Primary production anomaly ratio") +
scale_x_continuous(expand = c(0.01, 0.01), limits = c(1998, 2018))+
scale_x_continuous(expand = c(0.01, 0.01), limits = c(1998, 2019))+
scale_y_continuous(limits = c(0.8,1.2)) +
geom_hline(aes(yintercept = hline,
group = Var),
Expand Down

0 comments on commit 05913e9

Please sign in to comment.