Skip to content

Commit 048a13e

Browse files
name of nametrajectories.png
I deleted the underscore before .png.
1 parent 0460c5f commit 048a13e

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,7 +132,7 @@ 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')
135+
plt.savefig(name+'trajectories.png')
136136
if show: plt.show()
137137
plt.close()
138138

0 commit comments

Comments
 (0)