Hello! I posted a feature request at lattice page on r-forge at https://r-forge.r-project.org/tracker/index.php?func=detail&aid=1127&group_id=638&atid=2570 , but I decided to duplicate it here to make sure that I understand everything correctly. I would like to slightly change the way my plot axis labels look alike based on custom extra arguments to xyplot and bwplot. Right now these arguments are passed to my panel function, but they are not a part of dots in xscale.components :( Is it a big problem to fix? Is there an easy workaround? Mikhail
On Wed, Oct 13, 2010 at 3:46 AM, Mikhail Titov <mlt at gmx.us> wrote:> Hello! > > I posted a feature request at lattice page on r-forge at https://r-forge.r-project.org/tracker/index.php?func=detail&aid=1127&group_id=638&atid=2570 , > but I decided to duplicate it here to make sure that I understand everything correctly. > > I would like to slightly change the way my plot axis labels look alike based on custom extra arguments to xyplot and bwplot. Right now these arguments > are passed to my panel function, but they are not a part of dots in xscale.components :( Is it a big problem to fix?It's not clear that it's a "problem" that needs "fixing". There are a bunch of functions all over the place in lattice, and the design has always been that unrecognized arguments gets passed on to (only) the panel function.> Is there an easy workaround?That depends on what you want to do exactly. -Deepayan
Apparently Analagous Threads
- lattice: How to get log base for each axis inside panel function?
- How can I map "by" results to original list of indices or first difference of column of data.frame with two factors?
- Parsing code with newlines
- lattice xscale.components: different ticks on top/bottom axis
- lattice logaritmic scale (basis "e" ), rewriting labels using xscale.component