wiheto / netplotbrain

A package to create simple 3D network visualizations on a brain.
Apache License 2.0
69 stars 7 forks source link

Spheres #1

Closed silviafan closed 3 years ago

silviafan commented 3 years ago

Nodes as spheres

wiheto commented 3 years ago

So is there any speed differences between _plot_spheres and _plot_nodes. If no, then I think _plot nodes can be removed. If yes, we should keep it as an option separate from spheres.

silviafan commented 3 years ago

The speed difference between plot_nodes and plot_spheres is ~ 12 sec. Plot_spheres takes ~ 44.63 sec vs ~ 32.60 sec for plot_nodes. I would suggest we keep plot_nodes around?

wiheto commented 3 years ago

Ok! Looks like we need to add an option that can call plot_nodes with an argument. Cause it does not seem to be included. But I can add this. LGTM.