Skip to content

inconsistent kwarg klist/kvect/gains in rlocus doc #998

@gdmcbain

Description

@gdmcbain

The first line of the docstring for rlocus suggests that there's a kwarg klist,

"""rlocus(sys[, klist, xlim, ylim, ...])

"""rlocus(sys[, klist, xlim, ylim, ...])

but in the list of parameters it's kvect.

kvect : array_like, optional

They're all just passed on to root_locus_plot anyway

retval = root_locus_plot(*args, **kwargs)

and it's expecting kvect, or, really, gains

gains = config._process_legacy_keyword(kwargs, 'kvect', 'gains', gains)

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