This commit is contained in:
jverzani
2022-07-20 13:23:19 -04:00
parent a2b62ded04
commit 93c993206a
5 changed files with 12 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
plot([0,1,1,0], [0,0,1,0], aspect_ratio=:equal, legend=false)
plot!(Plots.partialcircle(0, pi/4,100, 0.25), arrow=true)
Δ = 0.05
plot!([1-Δ, 1-Δ, 1], [0,Δ,Δ])