What handle graphics objects have an empty 'Children' property in MATLAB R2014b?
Ältere Kommentare anzeigen
In MATLAB R2014a, I could access the individual children of a legend using the following command:
get(legendHandle,'Children')
When I execute the same comamnd in MALTAB R2014b, I get an empty array. Why is this so? What other graphics objects exhibit similar behavior?
Akzeptierte Antwort
Weitere Antworten (1)
Johannes Korsawe
am 26 Jan. 2015
2 Stimmen
And how to make filled contours semi-transparent? Contour object can either be filled or not, but there is no such thing as FaceAlpha.
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!