Skip to content
Prev 85545 / 398506 Next

Broken x-axis?

Brett Ginsburg <ginsburg at uthscsa.edu> writes:
axis.break() in the plotrix package springs to mind. Or, simply use
plot(....axes=F) followed by axis() multiple times with labels= and
at= to get override the default numeric labels (some assembly may be
required if you need to "cheat" the coordinate system).