We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0061232 commit c26f88eCopy full SHA for c26f88e
diagrams.jl
@@ -59,7 +59,7 @@ y = centery1:-0.01:0
59
plot!(xCurve1(y), y, color=:blue, linestyle=:dot, label=""; plotParams...)
60
61
# ODE curve
62
-plot!([p2, p2], [initialCondition, centery2-sqrt((p2-centerx2)/curve2)], label="Full", color=:red, legend=:bottomright; plotParams...)
+plot!([p2, p2], [initialCondition, centery2-sqrt((p2-centerx2)/curve2)], label="Standard", color=:red, legend=:bottomright; plotParams...)
63
64
# Initial Condition
65
plotB = hline!([initialCondition], label="IC", color=:pink; plotParams...)
0 commit comments