Skip to content

bode_plot phase wrapping incorrect for multiple systems. #862

Description

@henklaak

Minimum example:

# two RHP's
G = zpk([],[1,1], gain=1)  
bode_plot(G)
bode_plot((G,G))

The second call shows a figure with different phases for each (identical) system.

bode1
bode2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions