Skip to content

Allow to plot asymmetric connectivity matrix with mne-connectivity.viz.plot_connectivity_circle #246

@JohannesWiesner

Description

@JohannesWiesner

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.

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