You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feature for 2D Plotting: ability for user to specify line color
The function specs.SimConfig.analysis["plot2Dnet"] currently contains the following if statement:
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.
The text was updated successfully, but these errors were encountered: