Menu

[r82]: / trunk / htdocs / screenshots / makeshots.py  Maximize  Restore  History

Download this file

15 lines (8 with data), 329 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
import sys, os
files = ('simple_plot.py', 'axes_demo.py', 'histogram_demo.py',
'mri_with_eeg.py', 'barchart_demo.py', 'legend_demo.py',
'pcolor_demo.py', 'text_themes.py', 'log_shot.py',
'scatter_demo2.py')
for file in files:
print 'Making screenshot', file
os.system('python %s' % file)
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.