Index: /issm/trunk/src/m/classes/public/plot/plot_qmuhistnorm.m
===================================================================
--- /issm/trunk/src/m/classes/public/plot/plot_qmuhistnorm.m	(revision 2253)
+++ /issm/trunk/src/m/classes/public/plot/plot_qmuhistnorm.m	(revision 2254)
@@ -64,4 +64,11 @@
 else
 	varargin=options_structure.histnorm_data;
+end
+
+%recover fontsize
+if isnans(options_structure.fontsize),
+	fontsize=options_structure.fontsize;
+else
+	fontsize=18;
 end
 
@@ -189,14 +196,5 @@
 
 %  add the annotation
-
-if isnans(options_structure.title),
-	options_structure.title='Relative Frequency Histogram';
-end
-if isnans(options_structure.xlabel),
-	options_structure.xlabel='Interval Edge Value';
-end
-if isnans(options_structure.ylabel),
-	options_structure.ylabel='Relative Frequency';
-end
+ylabel('Relative Frequency','Fontsize',fontsize);
 
 if exist('desc','var')
@@ -252,5 +250,5 @@
 %  add the annotation
 
-ylabel('Cumulative Percent')
+ylabel('Cumulative Percent','FontSize',fontsize)
 
 % legend doesn't combine with bar chart above
@@ -267,4 +265,13 @@
 %hold off
 
+
+%apply options.
+if isnans(options_structure.title),
+	options_structure.title='Relative Frequency Histogram';
+end
+if isnans(options_structure.xlabel),
+	options_structure.xlabel='Interval Edge Value';
+end
+
 if isnan(options_structure.colorbar)
 	options_structure.colorbar=0;
