Skip to content

Phase plot in marginplot does not show dashed line at -180 degrees. #771

Open
@lucasmsoares96

Description

@lucasmsoares96

Version: ControlSystems v1.5.1

using ControlSystems
using Plots
y2 = tf(
	[1],
	[1,13,40,0]
)
marginplot(y2,
	xticks=exp10.(-2:0.5:4),
)

the output of the code above is as follows:

Captura de tela de 2022-11-14 16-44-31

In the magnitude graph, a dashed line at 0 is shown. In the phase graph, a dashed line at -180 degrees is not shown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions