When I plot the goat diagram it hides the decade `10¹` ```julia begin using ControlSystems using Plots h₁ = tf( [10], [1, 20] ) bodeplot(h₁) end ``` 