You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With tether_lengths[1:3, 1:steps] it should be possible to plot the matrix without converting to Vector{Vector} like this: plot(1:steps, tether_lengths)
With
tether_lengths[1:3, 1:steps]it should be possible to plot the matrix without converting toVector{Vector}like this:plot(1:steps, tether_lengths)