Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent color of masks when using show() #12

Open
lungsi opened this issue Nov 28, 2018 · 0 comments
Open

Inconsistent color of masks when using show() #12

lungsi opened this issue Nov 28, 2018 · 0 comments

Comments

@lungsi
Copy link

lungsi commented Nov 28, 2018

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

@lungsi lungsi changed the title Inconsistent color in show() Inconsistent color of masks when using show() Nov 28, 2018
@lungsi lungsi changed the title Inconsistent color of masks when using show() Inconsistent color of masks when using show() Nov 28, 2018
@lungsi lungsi changed the title Inconsistent color of masks when using show() Inconsistent color of masks when using show() Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant