This commit is contained in:
jverzani
2025-07-29 17:11:34 -04:00
parent 50cb645452
commit 8398f21b87
6 changed files with 9 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ p = let
# axis
plot!([(A,0),(B,0)]; axis_style...)
# hightlight
# highlight
x0, x1 = xp[marked], xp[marked+1]
_style = (;line=(:gray, 1, :dash))
plot!([(a,0), (a, f(a))]; _style...)