MolecularGraph.jl icon indicating copy to clipboard operation
MolecularGraph.jl copied to clipboard

How does one go about generating the 3D visualization?

Open DoktorMike opened this issue 2 years ago • 1 comments

In the Readme I can see the 3D structure listed and illustrated but I cannot for the life of me figure out how to do that? Am I missing something or has this feature been removed?

DoktorMike avatar Jun 13 '22 15:06 DoktorMike

Thank you for your question. Unfortunately it is still not documented yet.

Please refer: Add covalent radii and 3d drawing utilities Any interest in 3d display?

spacefilling(mol) or ballstick(mol) may work. Optional dependency https://github.com/JuliaPlots/AbstractPlotting.jl should be installed. (This is no longer actively maintained and should be replaced by Makie.jl)

mojaie avatar Jun 17 '22 08:06 mojaie