Changeset 18658
- Timestamp:
- 10/20/14 08:38:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/expdisp.m
r18657 r18658 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))
Note:
See TracChangeset
for help on using the changeset viewer.