add missing using Plots

This commit is contained in:
Bogumił Kamiński 2022-03-26 08:10:34 +01:00
parent 058b382b26
commit a870ef46da

View File

@ -22,6 +22,7 @@ Matrix(walk)
Matrix{Any}(walk)
Matrix{String}(walk)
using Plots
plot(walk)
plot(Matrix(walk); labels=["x" "y"] , legend=:topleft)