Mapping Toolbox | ![]() ![]() |
Trim graphic objects to the map frame
Syntax
Description
trimcart(h) clips the graphic objects to the map frame. h
can be a handle or a vector of handles to graphics objects. h
can also be any object name recognized by handlem
. trimcart
clips lines, surfaces, and text objects.
Examples
str = unitstr('sm','distances') axesm('miller','geoid',[25 0]) framem h = plot(humps,'r+-'); trimcart(h)
Limitations
trimcart
does not trim patch objects.
See Also
handlem |
Graphics handle for identified objects |
makemapped |
Make an object mapped |
![]() | trackg | unitstr | ![]() |