Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Make the data tip ignore superimposed plot data
Posted:
Feb 1, 2013 12:07 PM
|
|
"Matt J " <mattjacREMOVE@THISieee.spam> wrote in message news:kegmmo$5so$1@newscl01ah.mathworks.com... > I have a code routine that displays an image in a figure window and also > superimposes a scatter plot onto that image. When the data tip tool is > clicked on a pixel too close to one of the plot points (even not directly > on it) the data tip will try to process a nearby plot point instead of the > image pixel directly under it. Zooming does not help. > > Is there a way that I can make the data tip ignore the presence of the > plot data?
Try setting the scatter plot's HitTest property to 'off'.
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|