MATLAB: Does WORLDMAP display a clipped map frame in MATLAB 7.0.4 (R14SP2)

clippedframeincompleteMapping Toolboxside;sp2threeworldmap

I am using the WORLDMAP command to generate a map frame as follows:
worldmap('Africa')
However, this displays a map frame with only three sides of the frame. The rest of the frame appears to be clipped.

Best Answer

This bug has been fixed in Release 14 Service Pack 3 (R14SP3). For previous product releases, read below for any possible workarounds:
There is a bug in MATLAB 7.0.4 (R14SP2) in the way that WORLDMAP displays a clipped map frame.
As a workaround, you can execute the following command to reset the frame to a complete frame:
tightmap loose
An alternate workaround is to execute the following command:
set(handlem('frame'),'clipping','off')