added stepping parameters

This commit is contained in:
Caner Candan 2010-11-20 01:57:30 +01:00
commit eb9937ee0c
2 changed files with 6 additions and 3 deletions

View file

@ -7,4 +7,5 @@ DEFAULT_RESULTS_NAME = 'results.txt'
if __name__ == '__main__':
boxplot( [ [ float(value) for value in line.split() ] for line in open( DEFAULT_RESULTS_NAME if len(sys.argv) < 2 else sys.argv[1] ).readlines() ] )
show()
#show()
savefig( sys.argv[1] + ".png" )