Changeset 14245


Ignore:
Timestamp:
01/14/13 18:31:05 (12 years ago)
Author:
cborstad
Message:

CHG: equal aspect ratio by default for mesh plot

File:
1 edited

Legend:

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

    r13771 r14245  
    2121
    2222        if is2d:
    23                 p.subplot(nlines,ncols,i)
     23                p.subplot(nlines,ncols,i,aspect='equal')
    2424                p.triplot(x,y,elements)
    2525        else:
Note: See TracChangeset for help on using the changeset viewer.