Index: /issm/trunk-jpl/src/m/plot/plotmodel.py
===================================================================
--- /issm/trunk-jpl/src/m/plot/plotmodel.py	(revision 17818)
+++ /issm/trunk-jpl/src/m/plot/plotmodel.py	(revision 17819)
@@ -42,6 +42,8 @@
 		nc=True
 	else:
-		ncols=subplotwidth
+		ncols=int(subplotwidth)
 		nc=False
+	ncols=int(ncols)
+	nrows=int(nrows)
 	
 	#check that nrows and ncols were given at the same time!
@@ -71,5 +73,5 @@
 				share_all=True,
 				label_mode='all',
-				cbar_mode='single',
+				cbar_mode='each',
 				cbar_location='right',
 				cbar_size='5%',
