mojaie / MolecularGraph.jl

Graph-based molecule modeling toolkit for cheminformatics
MIT License
197 stars 29 forks source link

structure image grid #24

Closed mojaie closed 1 year ago

mojaie commented 4 years ago

like RDKit's Draw.MolsToGridImage

richardskim111 commented 4 years ago

This seems easy enough to be a good first contribution. Can I give it a try?

If you are accepting contributions.

mojaie commented 4 years ago

Thank you very much. I'm happy if you contribute. We have no contribution guidelines yet, but you can do it as like other OSS projects.

mojaie commented 1 year ago

Implemented in 1b2e6b77d9579fa918cfcc94459cbec6d3347b3f html_grid(svgs, cols, rowheight) generates HTML codes to show SVGs in grid layout with given number of columns and row height. See notebook tutorial https://mojaie.github.io/MolecularGraph.jl_notebook/drawing_molecule.jl.html