Skip to content

Inconsistent color of masks when using show() #12

Open
@lungsi

Description

@lungsi

Python 2.7 with pip install csa

The default mask is evoked using full which can then be visualized as shown below

screenshot from 2018-11-28 14-04-49

Since the default mask represents all-to-all connections This would imply that purple is the color for connections.

However oneToOne mask includes only self-connection. This is also visualized as below

screenshot from 2018-11-28 14-05-50

Notice here that yellow is the color for connections.

Therefore either purple or yellow should be the color for connections. Not both. This might be because of the function show()

PS: This issue is persistent also for python 3.7

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