Skip to content

Lattice xyplot log scale labels help!

1 message · Deepayan Sarkar

#
On Fri, Sep 16, 2011 at 6:56 PM, Deepayan Sarkar
<deepayan.sarkar at gmail.com> wrote:
And thanks to Martin Maechler, these nontrivial computations are now
more easily accessible outside the traditional graphics world. In the
development version of lattice (on r-forge, not yet released to CRAN),
you can do

xyplot(11:30~11:30, scales=list(y=list(log=T, equispaced.log = FALSE)))

etc. This requires R 2.14.0 or better.

-Deepayan