Skip to content

Singular values plot not changing colors for list of systems #1134

@murrayrm

Description

@murrayrm

When the singular values plot is generated for a list of systems, the colors of the lines should be different for each system. This doesn't seem to be happening.

Example:

import control as ct
sys1 = ct.rss(4, 2, 2, strictly_proper=True)
sys2 = ct.rss(4, 2, 2, strictly_proper=True)
ct.singular_values_plot([sys1, sys2])

generates

Image

The following code works correctly in terms of colors:

ct.singular_values_plot(sys1)
ct.singular_values_plot(sys2)

Image

Note that the range of frequencies is different for each system, which is the reason you want to be able to call them as a list.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    pFad - Phonifier reborn

    Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy