add missing using

This commit is contained in:
Bogumił Kamiński
2022-03-26 07:48:27 +01:00
parent 4d3f9546ea
commit 058b382b26

View File

@@ -180,6 +180,7 @@ for _ in 1:10
end end
walk walk
using Plots
plot(walk.x, walk.y; plot(walk.x, walk.y;
legend=false, legend=false,
series_annotations=1:11, series_annotations=1:11,