fig2u3d icon indicating copy to clipboard operation
fig2u3d copied to clipboard

Feature support hggroups

Open adhusch opened this issue 7 years ago • 0 comments

Add support for hggoups. The code until now assumed that the parent of a graphics handle is an axes object. This is not true for more complex graphics object hierarchies (e.g. involving groups of handles by hggroups). Thus traverse the graphics tree upwards in case the parent is not an axes until the axes is finally found.

adhusch avatar Aug 04 '17 09:08 adhusch