我正在绘制一个带有垂直和水平误差线的点。使用width = 0.1的参数时,我可以更改垂直误差线的末端以进行调整,但是对于水平线(errorbarh),相同的命令不起作用。我该如何解决?
答案 0 :(得分:0)
contactsDao.insertContact(Contact(response.id, response.firstColor, response.secondColor,
null, response.name, response.nickname))
contactsDao.insertContact(Contact(response.id, null, null, response.avatarUrl,
response.name, response.nickname))
没有geom_errorbarh
参数。这是我们需要更改的width
。根据{{1}}
“ geom_errorbarh”了解以下美学(必填 美学以粗体显示):
height
使用文档中的示例
?geom_errorbarh
• *‘xmin’*
• *‘xmax’*
• *‘y’*
• ‘alpha’
• ‘colour’
• ‘group’
• ‘height’
• ‘linetype’
• ‘size’