source:
issm/oecreview/Archive/18296-19100/ISSM-18657-18658.diff@
19102
Last change on this file since 19102 was 19102, checked in by , 10 years ago | |
---|---|
File size: 819 bytes |
-
../trunk-jpl/src/m/exp/expdisp.m
49 49 for i=1:length(domain), 50 50 if domain(i).nods==1 51 51 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 54 55 else 55 56 if (isnumeric(linestyle)) 56 57 plot(domain(i).x*unitmultiplier,domain(i).y*unitmultiplier,'Color',linestyle,'linewidth',linewidth);
Note:
See TracBrowser
for help on using the repository browser.