Index: /issm/trunk/src/m/model/plot/applyoptions.m
===================================================================
--- /issm/trunk/src/m/model/plot/applyoptions.m	(revision 6368)
+++ /issm/trunk/src/m/model/plot/applyoptions.m	(revision 6369)
@@ -57,5 +57,5 @@
 %Must be done here so that it uses the same xlim and ylim as plot_overlay
 %these are changed by axis that follows
-if strcmpi(getfieldvalue(options,'latlon','off'),'on')
+if ~strcmpi(getfieldvalue(options,'latlon','off'),'off')
 	latlonoverlay(options);
 end
@@ -326,4 +326,5 @@
 
 
+
 %flag edges of a partition
 if exist(options,'partitionedges')
