INCF / csa

The Python implementation of the Connection-Set Algebra
GNU General Public License v3.0
13 stars 17 forks source link

Inconsistent color of masks when using show() #12

Open lungsi opened 5 years ago

lungsi commented 5 years ago

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