I ran into the same problem - for me, wrapping the axis vector in FORMAT
worked well (see below); it may or may not be elegant but was effective for
your problem I think.
JT
#at <- pretty(xlim)
at <- format(pretty(xlim), digits=2)
# at <- pretty(ylim)
at <- format(pretty(ylim), digits=2)
#
Moshe,
Thanks so much for the added comment, I had fallen into the exact same
little syntax pitfall.
Your clarification really helped!
Jack
Moshe Olshansky-2 wrote:
>
> Yes, it does - thank you!
> The only thing I forgot (and it took me a while to
> find this out) was to separate the fields
2 matches
Mail list logo