フィルターのクリア

bar3 distance between bars

7 ビュー (過去 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 Center および File ExchangeAnnotations についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by