Skip to content
Snippets Groups Projects
Commit bdab1b91 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

sim01/AllFormFactorsAvailable: rename main fct

parent 1f7292a9
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ def simulate(ff):
return simulation.result()
def run_simulation():
def simulate_and_plot():
"""
Run simulation one by one for every form factor from the list and plot results
on a single canvas
......@@ -113,8 +113,8 @@ def run_simulation():
horizontalalignment='center',
verticalalignment='center',
fontsize=9)
plt.show()
if __name__ == '__main__':
run_simulation()
plt.show()
simulate_and_plot()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment