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