Get boundary object from a bar plot
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kristoffer Clasén
am 5 Nov. 2020
Bearbeitet: Kristoffer Clasén
am 6 Nov. 2020
Is there a way to get a line/ patch object from a bar plot, if there even is such object in a bar plot?
I'm trying to implement "hatch" (https://se.mathworks.com/matlabcentral/fileexchange/2075-hatch-m) together with "bar" but can't extract the expected object, not even:
findobj(b(1), 'Type', 'patch')
works...
Is it simply so that bar does not contain what I search for and I have to forfit my attempts at "hatching" the bars?
0 Kommentare
Akzeptierte Antwort
Mario Malic
am 5 Nov. 2020
It looks like such object does not exist on bar anymore.
5 Kommentare
Mario Malic
am 6 Nov. 2020
It should properly work with mentioned properties and yes, errorbar comes after patching.
You're welcome.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Graphics Object Properties 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!