Skip to content

Commit c26f88e

Browse files
committed
renamed approach in diagram
1 parent 0061232 commit c26f88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diagrams.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ y = centery1:-0.01:0
5959
plot!(xCurve1(y), y, color=:blue, linestyle=:dot, label=""; plotParams...)
6060

6161
# ODE curve
62-
plot!([p2, p2], [initialCondition, centery2-sqrt((p2-centerx2)/curve2)], label="Full", color=:red, legend=:bottomright; plotParams...)
62+
plot!([p2, p2], [initialCondition, centery2-sqrt((p2-centerx2)/curve2)], label="Standard", color=:red, legend=:bottomright; plotParams...)
6363

6464
# Initial Condition
6565
plotB = hline!([initialCondition], label="IC", color=:pink; plotParams...)

0 commit comments

Comments
 (0)