Changeset 8732
- Timestamp:
- 06/28/11 00:43:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/qmu/plot/plot_hist_norm.m
r7551 r8732 180 180 {'hmin','hmax','hnint',... 181 181 'ymin1','ymax1','ymin2','ymax2',... 182 'nrmplt',' cdfplt','cdfleg','nrmleg','cmap','titleplt','xlabelplt','ylabelplt','FontSize'},...182 'nrmplt','EdgeColor','FaceColor','cdfplt','cdfleg','nrmleg','cmap','titleplt','xlabelplt','ylabelplt','FontSize'},... 183 183 'exact')) 184 184 eval([varargin{iarg} '=varargin{iarg+1};']); … … 268 268 end 269 269 270 %set face and edge color 271 for i=1:length(hl1) 272 set(hl1(i),'EdgeColor',EdgeColor,'FaceColor',FaceColor); 273 end 274 270 275 % set bars and lines to have a continuous colormap 271 276 % (if barseries is "flat", must interpolate and round to colormap)
Note:
See TracChangeset
for help on using the changeset viewer.