SyntaxFix
Write A Post
Hire A Developer
Questions
Normally setting axis limit @ max of your variable is enough
a <- c(0:1000000) b <- c(0:1000000) plot(a, b, ylim = c(0, max(b)))