Skip to content

Commit 93a1061

Browse files
authored
Merge pull request #198 from toyofumi-yamauchi/Updating_functions_in_rustbca.py
Updating functions in rustbca.py
2 parents 8a0a29e + 048a13e commit 93a1061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rustbca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def do_trajectory_plot(name, thickness=None, depth=None, boundary=None, plot_fin
132132
plt.ylabel('y [um]')
133133
plt.title(name+' Trajectories')
134134
plt.axis('square')
135+
plt.savefig(name+'trajectories.png')
135136
if show: plt.show()
136-
plt.savefig(name+'trajectories_.png')
137137
plt.close()
138138

139139
def do_trajectory_plot_3d(name, thickness=None, depth=None, boundary=None, plot_final_positions=True, plot_origins=True, radius=None, cube_length=None, input_file=None):

0 commit comments

Comments
 (0)