FEM: code formating, pep8

This commit is contained in:
Bernd Hahnebach
2020-02-18 08:16:41 +01:00
parent a2249c3c61
commit c4d98d410e

View File

@@ -554,7 +554,7 @@ class _TaskPanelFemResultShow:
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")