Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 09:21:06

0001 #!/usr/bin/python
0002 
0003 from plotfiles import *
0004 
0005 for i in range (1,35):
0006     plot_1_file("test"+str(i))
0007 
0008 plot_1_file('test38')
0009 
0010 for i in range (35,38):
0011     plot_2_files("test"+str(i))