Changeset 17203


Ignore:
Timestamp:
01/30/14 14:32:57 (11 years ago)
Author:
cborstad
Message:

CHG: enable support for edgecolor for python plots

File:
1 edited

Legend:

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

    r17202 r17203  
    3333                if is2d:
    3434                        p.tricontourf(x,y,elements,data,colorlevels)
    35                         p.triplot(x,y,elements)
     35                        if edgecolor != 'None':
     36                                p.triplot(x,y,elements,color=edgecolor)
    3637                else:
    3738                        raise ValueError('plot_unit error: 3D node plot not supported yet')
Note: See TracChangeset for help on using the changeset viewer.