Index: /issm/trunk/src/m/qmu/plot/plot_hist_norm.m
===================================================================
--- /issm/trunk/src/m/qmu/plot/plot_hist_norm.m	(revision 8731)
+++ /issm/trunk/src/m/qmu/plot/plot_hist_norm.m	(revision 8732)
@@ -180,5 +180,5 @@
                 {'hmin','hmax','hnint',...
                  'ymin1','ymax1','ymin2','ymax2',...
-                 'nrmplt','cdfplt','cdfleg','nrmleg','cmap','titleplt','xlabelplt','ylabelplt','FontSize'},...
+                 'nrmplt','EdgeColor','FaceColor','cdfplt','cdfleg','nrmleg','cmap','titleplt','xlabelplt','ylabelplt','FontSize'},...
                 'exact'))
             eval([varargin{iarg} '=varargin{iarg+1};']);
@@ -268,4 +268,9 @@
 end
 
+%set face and edge color
+for i=1:length(hl1)
+	set(hl1(i),'EdgeColor',EdgeColor,'FaceColor',FaceColor);
+end
+
 %  set bars and lines to have a continuous colormap
 %  (if barseries is "flat", must interpolate and round to colormap)
