Changeset 24166


Ignore:
Timestamp:
09/27/19 10:51:17 (5 years ago)
Author:
Eric.Larour
Message:

CHG: missing default options.

File:
1 edited

Legend:

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

    r18481 r24166  
    275275%set face and edge color
    276276if ~strncmpi(nrmplt,'s',1)
     277        EdgeColor='k'; FaceColor='r';
    277278        for i=1:length(hl1)
    278279                set(hl1(i),'EdgeColor',EdgeColor,'FaceColor',FaceColor,'LineWidth',LineWidth);
Note: See TracChangeset for help on using the changeset viewer.