I have created a grapichal object by combining lines and
patches. It works fine exept when I'm using gco. It returns
the pieces (lines and patches) instead of the whole object.
Is this possible to avoid?
In article <fv4kep$bm8$1@fred.mathworks.com>,
Robert Johansson <robert.nospam@math.umu.se> wrote:
>I have created a grapichal object by combining lines and
>patches. It works fine exept when I'm using gco. It returns
>the pieces (lines and patches) instead of the whole object.
>Is this possible to avoid?
What would you mean by "the whole object", unless perhaps you
mean the axes? Are you using a hggroup? If not, do so and
use it as the parent of the graphics pieces, and
set the Hittest property of the group On but of the individual
pieces to be Off.
--
"All human knowledge takes the form of interpretation."
-- Walter Benjamin
roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in
message <fv51u1$7tm$1@canopus.cc.umanitoba.ca>...
> In article <fv4kep$bm8$1@fred.mathworks.com>,
> Robert Johansson <robert.nospam@math.umu.se> wrote:
> >I have created a grapichal object by combining lines and
> >patches. It works fine exept when I'm using gco. It
returns
> >the pieces (lines and patches) instead of the whole
object.
> >Is this possible to avoid?
>
> What would you mean by "the whole object", unless perhaps
you
> mean the axes? Are you using a hggroup? If not, do so and
> use it as the parent of the graphics pieces, and
> set the Hittest property of the group On but of the
individual
> pieces to be Off.
>
> --
> "All human knowledge takes the form of interpretation."
> -- Walter
Benjamin
No, I'm not using hggroup. I wrote a class for the new
object. I'll try it, thanks.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Disclaimer prior to use.