added stepping parameters
This commit is contained in:
parent
2eac2fa7c3
commit
eb9937ee0c
2 changed files with 6 additions and 3 deletions
|
|
@ -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" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue