Skip to content

Commit

Permalink
FEM: code formating, pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 18, 2020
1 parent a2249c3 commit c4d98d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -554,7 +554,7 @@ def result_selected(self, res_type, res_values, res_unit):

if len(plt.get_fignums()) > 0:
plt.close()
plt.hist(res_values, bins = 50, alpha = 0.5, facecolor = "blue")
plt.hist(res_values, bins=50, alpha=0.5, facecolor="blue")
plt.xlabel(res_unit)
plt.title("Histogram of {}".format(res_type))
plt.ylabel("Nodes")
Expand Down

0 comments on commit c4d98d4

Please sign in to comment.