Index: /issm/trunk/src/m/classes/public/plot/plot_transient_field.m
===================================================================
--- /issm/trunk/src/m/classes/public/plot/plot_transient_field.m	(revision 2562)
+++ /issm/trunk/src/m/classes/public/plot/plot_transient_field.m	(revision 2563)
@@ -51,9 +51,10 @@
 	%process data and change title if needed
 	[data isongrid isquiver]=processdata(md,md.results.transient(steps(i)).(field),options);
-	options=addfielddefault(options,'title',[field ' at time ' num2str(md.results.transient(steps(i)).time) ' a']);
+	options=changefieldvalue(options,'title',[field ' at time ' num2str(md.results.transient(steps(i)).time) ' a']);
 
 	%create plot of step i
 	subplot(subplotwidth,subplotwidth,i);
 	plot_unit(x,y,z,elements,data,isongrid,is2d,isquiver,options)
+	applyoptions(md,data,options);
 
 end
