Display segs (such as reference lines, grid lines, and contours) can be clipped to conform to the natural boundaries of the underlying data. This gives you a better view of the boundaries. For example, 图 12.29 shows contours that are clipped to the boundaries of a map of the United States.
Send the Clip Shape message to the Contour Seg object to clip the display segs.
Open( "$SAMPLE_DATA/Cities.jmp" );
gb = Graph Builder(
Show Control Panel( 0 ),
Wait( 2 );
提示:Clip Shape(Empty()) removes the clipping path.
Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = Graph Builder(
Show Control Panel( 0 ),
r = (gb << Report);