natverse / nat

NeuroAnatomy Toolbox: An R package for the (3D) visualisation and analysis of biological image data, especially tracings of single neurons.
https://natverse.org/nat/
64 stars 28 forks source link

Implement 3d- wireframe plot in plotly #421

Closed SridharJagannathan closed 4 years ago

SridharJagannathan commented 4 years ago

Though there is no direct strategy to implement wireframe plots in plotly one could consider the following python example and implement the same 3d scatter plot with lines mode for 3d wire frame plots. See: https://plot.ly/python/v3/3d-wireframe-plots/