Changeset 17202


Ignore:
Timestamp:
01/30/14 14:02:45 (11 years ago)
Author:
cborstad
Message:

CHG: reverting previous commit, adding temporary mesh overlay to plots until I sort out the edgecolor problem

File:
1 edited

Legend:

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

    r17201 r17202  
    3232                #node plot
    3333                if is2d:
    34                         p.tripcolor(x,y,elements,data,colorlevels,edgecolors=edgecolor)
     34                        p.tricontourf(x,y,elements,data,colorlevels)
     35                        p.triplot(x,y,elements)
    3536                else:
    3637                        raise ValueError('plot_unit error: 3D node plot not supported yet')
Note: See TracChangeset for help on using the changeset viewer.