Maciej Kalisiak
2005-Aug-31 20:21 UTC
[R] label *on the side* in conditional lattice plots?
I'm doing bwplot(x ~ y | z, ...) with lattice, but would like the z-labels to appear to the *side* of each bwplot, rather than on top... is this possible? The main reason is that my bwplots are horizontal, and as such can be nicely squished in the vertical axis (big space-saver when including in papers), but the labels "get in the way", look too large in comparison, while I have all this empty space to the side of the plots which is being wasted instead... -- Maciej Kalisiak <mkalisiak at gmail.com> http://www.dgp.toronto.edu/~mac
Wiener, Matthew
2005-Aug-31 20:47 UTC
[R] label *on the side* in conditional lattice plots?
I think you might be able to use the "horizontal" argument to lattice to rotate all your plots and squish them in the other dimension. (Though I don't know whether you consider that a good outcome ...) Hope this helps, Matt Wiener -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Maciej Kalisiak Sent: Wednesday, August 31, 2005 4:21 PM To: r-help at stat.math.ethz.ch Subject: [R] label *on the side* in conditional lattice plots? I'm doing bwplot(x ~ y | z, ...) with lattice, but would like the z-labels to appear to the *side* of each bwplot, rather than on top... is this possible? The main reason is that my bwplots are horizontal, and as such can be nicely squished in the vertical axis (big space-saver when including in papers), but the labels "get in the way", look too large in comparison, while I have all this empty space to the side of the plots which is being wasted instead... -- Maciej Kalisiak <mkalisiak at gmail.com> http://www.dgp.toronto.edu/~mac ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Deepayan Sarkar
2005-Sep-01 18:43 UTC
[R] label *on the side* in conditional lattice plots?
On 8/31/05, Maciej Kalisiak <mkalisiak at gmail.com> wrote:> I'm doing bwplot(x ~ y | z, ...) with lattice, but would like the > z-labels to appear to the *side* of each bwplot, rather than on top... > is this possible?Not currently (it's on my TODO list). Deepayan