Why can't I put a correct frame on a equal-azimuth projection map?

2 views (last 30 days)
I use the Projection Control GUI to select my axes as Equidistant Azimuthal Projection. When I go to put a frame on this plot, the frame comes out wrong. This can be shown by using the following code:
figure
axesm % choose Azim: Equidistant Azimuthal from
% map projection pull down menu
load coast
plotm(lat,long)
framem on

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This bug has been fixed in Release 14 Service Pack 3 (R14SP3). For previous product releases, read below for any possible workarounds:
As a workaround, specify the map projection through the AXESM command. For example:
axesm('eqdazim')

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!