Filter löschen
Filter löschen

How to set the space between bars?

111 Ansichten (letzte 30 Tage)
laith Farhan
laith Farhan am 7 Mai 2019
Beantwortet: Hunter Pruett am 23 Mai 2020
Dear all,
I would like to set up the distance between bars, Is that possible to reduce the distance between them.
md data is: x = [5493,25255;5493,25255]
Help me please....
data1_published.png

Antworten (2)

Walter Roberson
Walter Roberson am 7 Mai 2019
bar position is controlled by the x you pass in to bar().
The third parameter to bar() controls bar width
To get your bars closer together like you illustrate, you will need to either change the x values that you pass in, or else you will need to use a smaller axes so that they crowd together more. Or you could increase your xlim upper limit which would give you a bunch of white space on the right hand side and the bars crowded more together towards the left, I suppose.

Hunter Pruett
Hunter Pruett am 23 Mai 2020
Just finished the following function that I think will help you with this:
https://www.mathworks.com/matlabcentral/fileexchange/75853-barmod

Kategorien

Mehr zu Graphics Object Properties finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by