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 74d7e0d commit a3d9b57Copy full SHA for a3d9b57
lib/ControlSystemsBase/src/plotting.jl
@@ -431,7 +431,7 @@ nyquistplot
431
if lab !== nothing
432
label --> lab
433
end
434
- hover --> [hz ? Printf.@sprintf("f = %.3f", w/2π) : Printf.@sprintf("ω = %.3f", w) for w in w]
+ hover --> [hz ? Printf.@sprintf("f = %.3g", w/2π) : Printf.@sprintf("ω = %.3g", w) for w in w]
435
(redata, imdata)
436
437
0 commit comments