Questions tagged «axis-labels»

5
删除绘图轴值
我只是想知道是否有一种方法可以消除r绘图图中的x轴或y轴值。 我知道这axes = false将摆脱整个轴,但我只想摆脱编号。
153 r  plot  axis-labels 

8
旋转R中的x轴标签进行绘制
我正在尝试使x轴标签在没有运气的条形图中旋转45度。这是我下面的代码: barplot(((data1[,1] - average)/average) * 100, srt = 45, adj = 1, xpd = TRUE, names.arg = data1[,2], col = c("#3CA0D0"), main = "Best Lift Time to Vertical Drop Ratios of North American Resorts", ylab = "Normalized Difference", yaxt = 'n', cex.names = 0.65, cex.lab = 0.65)

6
d3轴标签
如何在d3中的轴上添加文本标签? 例如,我有一个带有x和y轴的简单线图。 在我的x轴上,我打勾的范围是1到10。我希望单词“ days”出现在它的下面,以便人们知道x轴是在计算天数。 同样,在y轴上,我用数字1-10作为刻度,我希望“吃的三明治”一词出现在侧面。 有没有简单的方法可以做到这一点?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.