Ignore:
Timestamp:
01/06/11 13:47:17 (14 years ago)
Author:
Mathieu Morlighem
Message:

Addded light option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plot/plot_manager.m

    r6751 r6976  
    166166
    167167%plot unit
    168 plot_unit(x,y,z,elements,data2,is2d,datatype,options);
     168h=plot_unit(x,y,z,elements,data2,is2d,datatype,options);
    169169
    170170%apply all options
     
    176176end
    177177
    178 applyoptions(md,data2,options);
     178applyoptions(md,data2,options,h);
    179179
    180180%plot inset if requested
     
    199199        patch('Faces',[1 2 3 4 1],'Vertices',[X1([1 2 2 1])' Y1([1 1 2 2])' -10^10*ones(4,1)],'FaceColor','w','EdgeColor','k');
    200200        hold on
    201         plot_unit(x,y,z,elements,data2,is2d,datatype,options);
     201        h=plot_unit(x,y,z,elements,data2,is2d,datatype,options);
    202202
    203203        %applay options
Note: See TracChangeset for help on using the changeset viewer.