Download this file
    
      
        9 lines (7 with data), 133 Bytes
      
      
        |  | #!/usr/bin/env python
 from pylab import *
 t = arange(0.0, 1.01, 0.01)
 s = sin(2*2*pi*t)
 
 fill(t, s*exp(-5*t), 'r')
 grid(True)
 show()
 | 
 
  
                     
                    
                    
                 
            
         
    
      
    
    
    
    
    
        
            ×
        
        Want the latest updates on software, tech news, and AI?
        
            
            Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.