www.gusucode.com > map 案例源码 matlab代码程序 > map/DisplayMapOfAfricaWithAndWithoutSurroundingWhiteSpaceExample.m

    %% Display Map of Africa With and Without Surrounding White Space
% 
%%
% Display a map of Africa. Notice the white space between the map frame and
% the edge of the axes box.
axesm('miller','maplatlim',[-40 40],'maplonlim',[-20 60])
framem; 
gridm; 
mlabel; 
plabel
load coastlines
plotm(coastlat,coastlon)
%%
% Now remove white space around map axes.
tightmap