Adjust bar width according to the x values

22 Ansichten (letzte 30 Tage)
leonidas86
leonidas86 am 13 Jul. 2018
Kommentiert: dpb am 13 Jul. 2018
Hello, I have a probem with my bar plot. I group my data with the histc function (groups not evenly spread) and calculate the x and y average for every group with accumarray. In the next step I use the bar command to draw the groups. Now to my issue:
The bars are placed at the average x value and have the bar width 1 (figure) and between each bar is a gap and I dont want those gaps.
Every bar should have the width of his values range. So each bar must have a individual width. How can I do this? Or is there a way to create e.g. 10 groups with the same range?
  1 Kommentar
dpb
dpb am 13 Jul. 2018
The bar graph is pretty difficult to use as generic tool with extensive customizations unfortunately.
I'm guessing you may be better off to just draw patch objects with area or patch or perhaps a combination of stairs and fill or the like to draw the areas as you want where you want.
I don't think the multiple bar works as you would need to overlay as many single-bar plots as there are bar widths.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Star Strider
Star Strider am 13 Jul. 2018

Weitere Antworten (0)

Kategorien

Mehr zu Data Distribution Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by