Ignore:
Timestamp:
08/18/09 09:50:07 (16 years ago)
Author:
Mathieu Morlighem
Message:

Added quiver plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_unit.m

    r1740 r1744  
    5353        if isongrid,
    5454                if is2d,
    55                         quivercolor(x,y,data(:,1),data(:,2));
     55                        plot_quiver(x,y,data(:,1),data(:,2),options_structure);
    5656                else
    57                         quivercolor3(x,y,z,data(:,1),data(:,2),data(:,3));
     57                        plot_quiver3(x,y,z,data(:,1),data(:,2),data(:,3),options_structure);
    5858                end
    5959        else
Note: See TracChangeset for help on using the changeset viewer.