Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley authored and jasmainak committed May 19, 2021
1 parent a38a527 commit 3dd9a50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hnn_core/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ def plot_cell_morphology(axes=None, cell_types=None, show=True):
plt.tight_layout()
plt_show(show)
return axes


def plot_connectivity_matrix(conn, ax=None, show=True):
"""Plot connectivity matrix for instance of _Connectivity object.
Expand Down

0 comments on commit 3dd9a50

Please sign in to comment.