What handle graphics objects have an empty 'Children' property in MATLAB R2014b?
Show older comments
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?
Accepted Answer
More Answers (1)
Johannes Korsawe
on 26 Jan 2015
2 votes
And how to make filled contours semi-transparent? Contour object can either be filled or not, but there is no such thing as FaceAlpha.
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!