OpenSourceBrain / geppetto-osb

An OSB extension for Geppetto
http://www.opensourcebrain.org
3 stars 1 forks source link

Ensure same colours are used in connectivity widgets for populations as are taken from nml file & used for 3d cells #46

Closed pgleeson closed 7 years ago

pgleeson commented 7 years ago

These would be better if colours matched:

selection_286

@borismarin mentioned that this should be relatively easy to do with an update to the method for opening the widget and passing parameters for the population colours as additional arguments

borismarin commented 7 years ago

That should do the trick:

mattearnshaw commented 7 years ago

working prototype (for chords so far) in progress at https://github.com/openworm/org.geppetto.frontend/tree/connectivity-colors

borismarin commented 7 years ago

@mattearnshaw @tarelli notice that I've suggested constructing the colormap at widget creation time, since ideally we shouldn't have NeuroML specific (1),(2) code in the widget.

mattearnshaw commented 7 years ago