[reformat] code reformatting with PyCharm

This commit is contained in:
2017-08-03 09:41:54 +02:00
parent 4107f0249d
commit 20b31a1c5c
49 changed files with 3255 additions and 3194 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
import matplotlib.pyplot as plt
def create_bin_list(l_boundary, u_boundary, nbins=100):
"""
takes two boundaries and a number of bins and creates a list of bins for
@@ -54,4 +55,4 @@ def histplot(array, binlist, xlab='Values',
if fnout:
plt.savefig(fnout)
else:
plt.show()
plt.show()