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

Feature for 2D Plotting: ability for user to specify line color #720

Open
roopa-pai opened this issue Nov 17, 2022 · 1 comment
Open

Feature for 2D Plotting: ability for user to specify line color #720

roopa-pai opened this issue Nov 17, 2022 · 1 comment

Comments

@roopa-pai
Copy link

Feature for 2D Plotting: ability for user to specify line color

The function specs.SimConfig.analysis["plot2Dnet"] currently contains the following if statement:

if con['synMech'] in ['inh', 'GABA', 'GABAA', 'GABAB']: color = 'blue'

In cases where synMechs are named by the user, and differ from the names currently hardcoded, there is no longer the ability to color-code the connection between the cells.

It would be a valuable feature to have to be able, as the user, to specify the list of synMechs that the plotter should treat as inhibitory.

@Hassan-gobara
Copy link

So would you like to treat all the synMechs as Inh as long as it’s not defined by the user ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants