Ignore:
Timestamp:
Nov 24, 2011, 6:49:00 PM (13 years ago)
Author:
aslmd
Message:

GRAPHICS: operations were broken by introducing all_time, fixed. also added operations on two variables through keywords add_var sub_var mul_var div_var. can work on more variables but since this could be cumbersome I just left an exit message when more than two variables are asked.

File:
1 edited

Legend:

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

    r418 r422  
    7373    import numpy as np
    7474    from mymath import max,mean
    75     csmooth = 12 ## a fair amount of grid points
     75    csmooth = 12 ## a fair amount of grid points (too high results in high computation time)
    7676    dimension = np.array(input).ndim
    7777    shape = np.array(input).shape
Note: See TracChangeset for help on using the changeset viewer.