Borrar filtros
Borrar filtros

bar3 distance between bars

7 visualizaciones (últimos 30 días)
liju Abraham
liju Abraham el 13 de Mzo. de 2019
Comentada: sara el 3 de Abr. de 2020
How do I set distance between bars in with bar3 function

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 13 de Mzo. de 2019
Editada: KALYAN ACHARJYA el 13 de Mzo. de 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 comentarios
liju Abraham
liju Abraham el 13 de Mzo. de 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 el 3 de Abr. de 2020
i have the same problem

Iniciar sesión para comentar.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by