natverse / flycircuit

R package flycircuit

Home Page:https://natverse.github.io/flycircuit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

merge functionality of plot3dfc / plot3d.character / plot3d.neuronlist

jefferis opened this issue · comments

plot3dfc is not currently used in any published code but is still called by a plot3d.character method that masks nat::plot3d.character. Its only real advantage is the abilty to plot cell bodies soma=TRUE

Hmm plot3dfc also enables pop3dfc which is very convenient in interactive use (popping the last set of plotted neurons off the rgl display stack)

Have opted to leave plot3dfc/pop3dfc for the moment but they are thin wrappers on nat::plot3d.character and nat::npop3d. pop3dfc is already deprecated. plot3dfc will be deprecated when natverse/nat#138 is fixed.