You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/P3Scheme.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -284,13 +284,14 @@ which looks like this:
284
284
285
285
```@example
286
286
include("plots/P3SlopeParameterizations.jl")
287
+
288
+
nothing # hide
287
289
```
288
290

289
291
290
-
With this choice, it appears that some values of $\log(L/N)$ gives rise to multiple solutions for $λ$, as seen in the plot below.
291
-
292
-
!!! todo "TODO: Add plot of multiple solutions"
292
+
With this choice, it appears that some values of $\log(L/N)$ gives rise to multiple solutions for $λ$, as seen in the plot below. Each vertical line shows a different solution for $λ$ for a given value of $\log(L/N)$. The right panel shows the number concentration distribution $N'(D)$ for the different solutions.
0 commit comments