Skip to content
Snippets Groups Projects
Commit 51f52cad authored by Martin Bauer's avatar Martin Bauer
Browse files

Removed plot warning

parent 866a9d1b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ def write_phase_field_picture_sequence(sc, filename='two_drops_%05d.png',
plt.figure(figsize=(14, 7))
plt.phase_plot(sc.phi[:, :], linewidth=0.1)
plt.axis('off')
plt.tight_layout()
plt.savefig(filename % (i,), bbox_inches='tight')
plt.clf()
sc.run(time_steps_between_frames)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment