Skip to content
Discussion options

You must be logged in to vote
julia> using ControlSystemsBase, GLMakie

julia> G = tf(1.0, [1,1,1])
TransferFunction{Continuous, ControlSystemsBase.SisoRational{Float64}}
        1.0
-------------------
1.0s^2 + 1.0s + 1.0

Continuous-time transfer function model

julia> GLMakie.plot(step(G, 10))

For the aspect ratio, if the default one is not working well for your plot you can change it by, e.g.,

p = CSMakie.plot(...)
p.current_axis[].aspect[] = nothing

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by IJ1TI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants