Effacer les filtres
Effacer les filtres

bar3 distance between bars

7 vues (au cours des 30 derniers jours)
liju Abraham
liju Abraham le 13 Mar 2019
Commenté : sara le 3 Avr 2020
How do I set distance between bars in with bar3 function

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 13 Mar 2019
Modifié(e) : KALYAN ACHARJYA le 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 commentaires
liju Abraham
liju Abraham le 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 le 3 Avr 2020
i have the same problem

Connectez-vous pour commenter.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by