Changeset 8732


Ignore:
Timestamp:
06/28/11 00:43:25 (14 years ago)
Author:
Eric.Larour
Message:

added some plot options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/qmu/plot/plot_hist_norm.m

    r7551 r8732  
    180180                {'hmin','hmax','hnint',...
    181181                 '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'},...
    183183                'exact'))
    184184            eval([varargin{iarg} '=varargin{iarg+1};']);
     
    268268end
    269269
     270%set face and edge color
     271for i=1:length(hl1)
     272        set(hl1(i),'EdgeColor',EdgeColor,'FaceColor',FaceColor);
     273end
     274
    270275%  set bars and lines to have a continuous colormap
    271276%  (if barseries is "flat", must interpolate and round to colormap)
Note: See TracChangeset for help on using the changeset viewer.