Index: /issm/trunk-jpl/src/m/plot/applyoptions.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/applyoptions.m	(revision 19876)
+++ /issm/trunk-jpl/src/m/plot/applyoptions.m	(revision 19877)
@@ -277,5 +277,7 @@
 		textrotationi=textrotation{i};
 		h=text(textpositioni(1),textpositioni(2),10,textstringi,'FontSize',textsizei,'FontWeight',textweighti,'Color',textcolori,'Rotation',textrotationi);
-		set(h,'Clipping','on'); %prevent text from appearing outside of the box
+		if getfieldvalue(options,'textclip','on'),
+			set(h,'Clipping','on'); %prevent text from appearing outside of the box
+		end
 	end
 end
