Skip to content
Prev 66885 / 398506 Next

plot axis appearance problem

R can only do what you _ask_ it to do, not what you want it to do.  You have
explicitly tell R to limit the range of the x-axis to 1993 and 2003.  If you
want to include the origin (0, 0), use 0 as the lower limit in both ylim and
xlim.

Andy