edits
This commit is contained in:
4
CwJ/TODO/partialcircle.jl
Normal file
4
CwJ/TODO/partialcircle.jl
Normal 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,Δ,Δ])
|
||||
Reference in New Issue
Block a user