JuliaControl / JuliaControl/ControlSystems.jl
Bode plot of systems with constant magnitude response
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 582
- Forks
- 92
- Avg merge
- 1h 12m
- Merged PRs (30d)
- 2
Description
bodeplot(delay(1.0)) gives a very thin, suspect-looking subplot for the magnitude response (using GR). The results looks more reasonable with PyPlot.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing bodeplot(delay(1.0)) with the GR backend and compare its magnitude subplot with the PyPlot result. Trace the bodeplot entry point and the backend-specific rendering path; done means the constant-magnitude response is displayed correctly rather than as a thin subplot.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100