fix typos

This commit is contained in:
jverzani
2026-08-11 17:45:57 -04:00
parent 253295ff6e
commit f2de1cdefc
21 changed files with 28 additions and 4398 deletions

View File

@@ -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, [