Ignore:
Timestamp:
Mar 19, 2012, 10:23:14 AM (13 years ago)
Author:
aslmd
Message:

UTIL PYTHON : added cycling through linestyles. note also that -T for 1D plots now adds crosses but does not make the line disappear.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/myplot.py

    r583 r587  
    756756    #print "NEW MIN ", min(what_I_plot)
    757757    what_I_plot[ what_I_plot > 9e+35  ] = -9e+35
    758     what_I_plot[ what_I_plot > zevmax ] = zevmax
     758    what_I_plot[ what_I_plot > zevmax ] = zevmax*(1. - 1.e-7)
    759759    #print "NEW MAX ", max(what_I_plot)
    760760    return what_I_plot
Note: See TracChangeset for help on using the changeset viewer.