Skip to content

Commit

Permalink
wip: chord-diagram implementation using mne
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Nov 7, 2023
1 parent cc7d747 commit f8c4fe4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyneuroml/plot/Connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ def plot_connectivity_matrix(filename, level):
handler.finalise_document()

logger.info("Done with MatrixHandler...")


def plot_chord_diagram(filename):
"""Plot a chord connectivity diagram
:param filename: name of NeuroML file
:type filename: str
"""
pass

0 comments on commit f8c4fe4

Please sign in to comment.