Replies: 3 comments 1 reply
-
Use of the term frequency in this context is rather well established, for example, both matlab and the python control toolbox use the same terminology. You can manually override the X-label when creating a plot by bodeplot(P, xlabel="My choice of terminology") |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great but I haven't seen how I can also change ylabel separately for Magnitude and Phase plot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
julia> P = ssrand(1,1,4);
julia> bodeplot(P, ylabel = ["Mag" "Phase"]) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm not an english native speaker but noticed that frequency is used both to indicate frequency [Hz] and frequency [rad/s].
Don't you think that it could help to use the term angular frequency (especitally in
bodeplots
)In France we have 2 words : fréquence and pulsation
Can we change
ControlSystems.jl/lib/ControlSystemsBase/src/plotting.jl
Line 300 in e8f68d6
and
ControlSystems.jl/lib/ControlSystemsBase/src/plotting.jl
Line 335 in e8f68d6
when using this function
Any opinion?
Beta Was this translation helpful? Give feedback.
All reactions