fix typos
This commit is contained in:
@@ -718,7 +718,7 @@ let
|
||||
O = (0, 0)
|
||||
x1, y1 = P = (2, 2)
|
||||
x2, y2 = Q = (1, 3)
|
||||
plt = plot(; legend=false, aspect_ratio=:equal, framestyle=:orgin)
|
||||
plt = plot(; legend=false, aspect_ratio=:equal, framestyle=:origin)
|
||||
plot!(plt, [O,P,Q,O]; line=(1, :black))
|
||||
scatter!(plt, [O, P, Q]; marker=(5, :black))
|
||||
annotate!(plt, [
|
||||
|
||||
Reference in New Issue
Block a user