Index: /issm/trunk-jpl/src/m/plot/applyoptions.py
===================================================================
--- /issm/trunk-jpl/src/m/plot/applyoptions.py	(revision 19443)
+++ /issm/trunk-jpl/src/m/plot/applyoptions.py	(revision 19444)
@@ -269,13 +269,13 @@
 	#text {{{
 	if options.exist('text'):
-		text=options.getfieldvalue('text')
-		textx=options.getfieldvalue('textx')
-		texty=options.getfieldvalue('texty')
-		textcolor=options.getfieldvalue('textcolor')
-		textweight=options.getfieldvalue('textweight')
-		textrotation=options.getfieldvalue('textrotation')
-                textfontsize=options.getfieldvalue('textfontsize')
-		for label,x,y,size,color,weight,rotation in zip(text,textx,texty,textfontsize,textcolor,textweight,textrotation):
-			ax.text(x,y,label,transform=ax.transAxes,fontsize=textfontsize,color=color,weight=weight,rotation=rotation)
+	    text=options.getfieldvalue('text')
+	    textx=options.getfieldvalue('textx')
+	    texty=options.getfieldvalue('texty')
+	    textcolor=options.getfieldvalue('textcolor')
+	    textweight=options.getfieldvalue('textweight')
+	    textrotation=options.getfieldvalue('textrotation')
+            textfontsize=options.getfieldvalue('textfontsize')
+	    for label,x,y,size,color,weight,rotation in zip(text,textx,texty,textfontsize,textcolor,textweight,textrotation):
+                ax.text(x,y,label,transform=ax.transAxes,fontsize=size,color=color,weight=weight,rotation=rotation)
 	#}}}
 
