Skip to content

Commit

Permalink
add dashes in file names
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jun 8, 2024
1 parent 91853ce commit 78e4a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/InvertedTwoLinkPendulum/InvertedTwoLinkPendulum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ vars = (1, 2)
fig = plot_helper(vars, sol_lr, sim_lr, prob_lr, spec_lr)
plot!(fig; xlab="θ₁", ylab="θ₂")
## Command to save the plot to a file:
## Plots.savefig(fig, "InvertedTwoLinkPendulum-less-robust-x1x2.png")
## Plots.savefig(fig, "InvertedTwoLinkPendulum-less-robust-x1-x2.png")
fig = DisplayAs.Text(DisplayAs.PNG(fig))

#-
Expand All @@ -313,7 +313,7 @@ vars = (3, 4)
fig = plot_helper(vars, sol_lr, sim_lr, prob_lr, spec_lr)
plot!(fig; xlab="θ₁'", ylab="θ₂'")
## Command to save the plot to a file:
## Plots.savefig(fig, "InvertedTwoLinkPendulum-less-robust-x3x4.png")
## Plots.savefig(fig, "InvertedTwoLinkPendulum-less-robust-x3-x4.png")
fig = DisplayAs.Text(DisplayAs.PNG(fig))

#-
Expand Down

0 comments on commit 78e4a70

Please sign in to comment.