Jump to content
Sign in to follow this  
zulu1

Hidden Markers

Recommended Posts

After searching past threads I didn't come up with much that helps me. It appears that "Icon" type markers can be hidden using:

"obj2" SetMarkerType "Empty";

Unfortunately this does not seem to work with "Rectangle" or "Ellispe" markers, unless I am missing something.

Share this post


Link to post
Share on other sites

An alternative method would be to set the marker's size to minimum:

"marker" setMarkerSize [0,0]

Share this post


Link to post
Share on other sites

Thanks Rellikki.

Not the best way but it works, and to make it visible I just return it to normal size.

I was considering changing marker type, but didn't see how to change it back.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×