Skip to content

Commit

Permalink
improve plots
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 4, 2024
1 parent 40c5c2a commit d32440d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_lower_force1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ for i in 1:SAMPLES
end
on_timer(lfc)
end
display(plot(time, ACC, fig="acc"))
display(plot(time, D_F_ERR, fig="d(f_err)"))
display(plot(time, [V_RO, V_SET], fig="v_ro"))
display(plot(time, ACC; xlabel="Time [s]", ylabel="ACC", fig="acc"))
display(plot(time, D_F_ERR; xlabel="Time [s]", ylabel="D_F_ERR", fig="d(f_err)"))
display(plot(time, [V_RO, V_SET]; xlabel="Time [s]", ylabel="v_ro [m/s]", labels=["V_RO", "V_SET"], fig="v_ro"))

0 comments on commit d32440d

Please sign in to comment.