Index: /issm/branches/trunk-larour-NatGeoScience2016/src/m/plot/plotmodel.m
===================================================================
--- /issm/branches/trunk-larour-NatGeoScience2016/src/m/plot/plotmodel.m	(revision 21364)
+++ /issm/branches/trunk-larour-NatGeoScience2016/src/m/plot/plotmodel.m	(revision 21365)
@@ -34,5 +34,8 @@
 
 	%Create figure 
-	f=figure(figurenumber);clf;
+	f=figure(figurenumber); 
+	if strcmpi(getfieldvalue(options.list{1},'clf','on'),'on'),
+		clf;
+	end
 	if strcmpi(getfieldvalue(options.list{1},'visible','on'),'off'),
 		set(f,'Visible','Off');
