source: issm/oecreview/Archive/18296-19100/ISSM-18657-18658.diff@ 19102

Last change on this file since 19102 was 19102, checked in by Mathieu Morlighem, 10 years ago

NEW: added 18296-19100

File size: 819 bytes
  • ../trunk-jpl/src/m/exp/expdisp.m

     
    4949for i=1:length(domain),         
    5050        if domain(i).nods==1
    5151                plot(domain(i).x*unitmultiplier,domain(i).y*unitmultiplier,'o','MarkerEdgeColor','k','MarkerFaceColor','r','MarkerSize',10);
    52                 text(domain(i).x*unitmultiplier,domain(i).y*unitmultiplier, ...
    53                                  domain(i).name,'BackgroundColor',[1. .0 .0]);
     52          if exist(options,'title')
     53                        text(domain(i).x*unitmultiplier,domain(i).y*unitmultiplier,domain(i).name,'BackgroundColor',[1. .0 .0]);
     54          end
    5455        else
    5556                if (isnumeric(linestyle))
    5657                        plot(domain(i).x*unitmultiplier,domain(i).y*unitmultiplier,'Color',linestyle,'linewidth',linewidth);
Note: See TracBrowser for help on using the repository browser.