JuliaControl / JuliaControl/ControlSystems.jl

Bode plot of systems with constant magnitude response

Open
#258 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.