bar3 distance between bars

12 次查看(过去 30 天)
liju Abraham
liju Abraham 2019-3-13
评论: sara 2020-4-3
How do I set distance between bars in with bar3 function

回答(1 个)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-3-13
编辑:KALYAN ACHARJYA 2019-3-13
Have you look on changed the width of the bar, this also space inbetween bar is changed?
width=???
bar3(bar_data,width);
For change the distance between bars, please check here
Or you can check here the custom function.
SCATTERBAR3(x,y,z,width)
  2 个评论
liju Abraham
liju Abraham 2019-3-13
I think the image I attached represents the plot I want, all I want to do is increase the distance between the bars ( increase space in the x - axis). I do not want to change the width of the bars
sara
sara 2020-4-3
i have the same problem

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by