在R中旋转twoord.plot的X轴标签

发布于 2024-11-08 15:26:27 字数 154 浏览 0 评论 0原文

我正在使用 plotrix 包中的 twoord.plot 函数并且需要将 X 轴刻度标签旋转 45 度。有人知道该怎么做吗?

I am using the twoord.plot function in the plotrix package and need to rotate the X Axis tick labels 45 degrees. Anyone know how to do so?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天暗了我发光 2024-11-15 15:26:27

您需要取消通常的标签,并将所需的标签放入 text(..., srt=45) 中。由于默认情况下文本仅出现在绘图区域中,因此 y 参数可能需要为负数,并且您需要通过将第三个参数“降低”为 usr 来扩展绘图区域代码>.这就是 R-FAQ 中有描述。

You need to suppress the usual labeling and put your desired labeling in with text(..., srt=45). Since by default text only goes in the plot region, the y argument may need to be negative, and you will need to extend the plotting region by "lowering" the third argument to usr. This is all described in the R-FAQ.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文