Clear Filters
Clear Filters

bar3 distance between bars

7 views (last 30 days)
liju Abraham
liju Abraham on 13 Mar 2019
Commented: sara on 3 Apr 2020
How do I set distance between bars in with bar3 function

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 13 Mar 2019
Edited: KALYAN ACHARJYA on 13 Mar 2019
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 Comments
liju Abraham
liju Abraham on 13 Mar 2019
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 on 3 Apr 2020
i have the same problem

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!