垂直定向的线型图例

时间:2013-12-10 01:44:26

标签: r ggplot2 legend

我使用以下指南风格:

guide.style <- guide_legend(keywidth=.1, keyheight=.5, direction = "horizontal",
                              title.position = "top",
                              label.position="bottom", label.hjust = 0.5, label.vjust = .5,
                              label.theme = element_text(angle = 90, size=8))
guides(color = guide.style, linetype = guide.style)

线型图例在灰色方块上水平绘制线条。但是,本指南风格的重点是使用较少的每个图例条目的宽度来将很多非常高的条目压缩到图例中。

Illustration of problem

有没有办法垂直绘制线型图例?

0 个答案:

没有答案
相关问题