Macaulay2 » Documentation
Packages » Graphics :: pictureZone(TextTag)
next | previous | forward | backward | up | index | toc

pictureZone(TextTag) -- find the zone that contains the tag

Synopsis

Description

i1 : pictureZone(textTag(point(20,30),"my tag"))

o1 = {20, 20, 30, 30}

o1 : List
i2 : pictureZone(textTag(point(20,30,40),"my tag"))

o2 = {20, 20, 30, 30, 40, 40}

o2 : List

Ways to use this method: