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

rm duplicate call of plt.tight_layout

parent 6dfa1687
No related branches found
No related tags found
1 merge request!1696AccessingSimulationResult ctd: rm duplicate plt statement; correct do_plot logic
......@@ -78,8 +78,6 @@ def plot_slices(noisy):
plt.ylim(proj1.maxVal()*3e-6, proj1.maxVal()*3)
plt.xlabel(r'$\alpha_{\rm f} ^{\circ}$', fontsize=16)
plt.legend(loc='upper right')
print(datetime.datetime.now().time(), "Sliceplot 4y", flush=True)
plt.tight_layout()
print(datetime.datetime.now().time(), "Sliceplot 4z", flush=True)
......
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