Skip to content
Prev 150645 / 398498 Next

y-axis number format on plot, barplot etc.

Try this:

barplot(x, yaxt="n")
axis(2, axTicks(2), format(axTicks(2), scientific = F))
On 7/21/08, Bill Cunliffe <bill at elevationllc.net> wrote: