You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great that Makie support has been added!
But, plots could plot for example step or impulse results directly. This feature is currently not supported for Makie?
I did little testing, but could not get it work.
Is it planned?
Also, so far i have tested, formatting of some plots is terrible (ex. pzmap, rlocusplot), but some worked well (bodeplot). Also missing for example gangoffourplot.
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Great that Makie support has been added!
But, plots could plot for example step or impulse results directly. This feature is currently not supported for Makie?
I did little testing, but could not get it work.
Is it planned?
Also, so far i have tested, formatting of some plots is terrible (ex. pzmap, rlocusplot), but some worked well (bodeplot). Also missing for example gangoffourplot.
All reactions