Robert Hopkins
Results
2
issues of
Robert Hopkins
Currently, without implementing a custom drawer, networks are always drawn with the spring layout. A way to customize this would be well appreciated, whether it be in the `agent_portrayal` or...
(screenshots of changes w/ example `agent_portrayal` functions coming) Stuff like this is now possible: ```Python def agent_portrayal(cell): return { "c": "white" if cell.isAlive else "black", "s": 45, "marker": "*", "edgecolors":...
enhancement