If your issue is a usage question, please consider asking on the
MNE Forum instead of opening an issue.
Describe the problem
This function currently only supports plotting symmetric connectivity matrices (only the lower half of the matrix is used). However, in my case I would be interested in plotting asymmetric (directed) matrices.
See for example:
https://nilearn.github.io/dev/modules/generated/nilearn.plotting.plot_connectome.html
This function checks first if the user provided a symmetric or asymmetric matrix. If the matrix is asymmetric this of course has to be visualized. Can be done for example by using arrows instead of lines, different colors or different line shapes (dotted vs fixed lines).
Describe your solution
A clear and concise description of what you want to happen.
Describe possible alternatives
A clear and concise description of any alternative solutions or features you have considered.
Additional context
Add any other context or screenshots about the feature request here.