Changeset 587 for trunk/UTIL/PYTHON/myplot.py
- Timestamp:
- Mar 19, 2012, 10:23:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myplot.py
r583 r587 756 756 #print "NEW MIN ", min(what_I_plot) 757 757 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) 759 759 #print "NEW MAX ", max(what_I_plot) 760 760 return what_I_plot
Note: See TracChangeset
for help on using the changeset viewer.