Ignore:
Timestamp:
Jul 3, 2011, 2:51:54 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: python script for plots. changed defaults values and added automatic captions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/PLOT/PYTHON/mylib/myplot.py

    r187 r188  
    165165    u = smooth(u,csmooth)
    166166    v = smooth(v,csmooth)
    167     widthvec = 0.005 #0.003
     167    widthvec = 0.003 #0.005 #0.003
    168168    q = plt.quiver( x[::stride,::stride],\
    169169                    y[::stride,::stride],\
Note: See TracChangeset for help on using the changeset viewer.