mojaie / MolecularGraph.jl

Graph-based molecule modeling toolkit for cheminformatics
MIT License
189 stars 27 forks source link

How does one go about generating the 3D visualization? #74

Closed DoktorMike closed 1 year ago

DoktorMike commented 2 years ago

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?

mojaie commented 2 years ago

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)