MolecularGraph.jl
MolecularGraph.jl copied to clipboard
How does one go about generating the 3D visualization?
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?
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)