Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highlight synapse_terminals in plotting #545

Merged

Conversation

jnsbck
Copy link
Contributor

@jnsbck jnsbck commented Dec 4, 2024

branch = jx.Branch(nseg=10)
cell = jx.Cell([branch]*3, [-1,0,0])
net = jx.Network([cell]*6)
net.compute_xyz()
net.arrange_in_layers([3, 3])
fully_connect(net[:3], net[3:], IonotropicSynapse())

net.vis()

looks like this again now.
image

@jnsbck jnsbck linked an issue Dec 4, 2024 that may be closed by this pull request
Copy link
Contributor

@michaeldeistler michaeldeistler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jnsbck jnsbck merged commit 79f311c into main Dec 5, 2024
1 check passed
@jnsbck jnsbck deleted the 542-new-plotting-does-not-highlight-postsynaptic-location branch December 5, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New plotting does not highlight postsynaptic location
2 participants