Skip to content
Snippets Groups Projects
Commit ac207383 authored by Armin Damon Riess's avatar Armin Damon Riess
Browse files

add x axis label

parent bcca33e2
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,5 @@ data = np.loadtxt('../out/data.txt')
steps = np.linspace(0, len(data), len(data))
plt.plot(steps, data)
plt.xlabel('Steps')
plt.savefig('plot.png', dpi=300)
\ No newline at end of file
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