Changeset 17201


Ignore:
Timestamp:
01/30/14 13:44:33 (11 years ago)
Author:
cborstad
Message:

CHG: use tripcolor to enable edgecolors for mesh overlay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_unit.py

    r13771 r17201  
    2424                #element plot
    2525                if is2d:
    26                         p.tripcolor(x,y,elements,data,colorlevels)
     26                        p.tripcolor(x,y,elements,data,colorlevels,edgecolors=edgecolor)
    2727                else:
    2828                        raise ValueError('plot_unit error: 3D element plot not supported yet')
     
    3232                #node plot
    3333                if is2d:
    34                         p.tricontourf(x,y,elements,data,colorlevels)
     34                        p.tripcolor(x,y,elements,data,colorlevels,edgecolors=edgecolor)
    3535                else:
    3636                        raise ValueError('plot_unit error: 3D node plot not supported yet')
Note: See TracChangeset for help on using the changeset viewer.