mojaie / MolecularGraph.jl

Graph-based molecule modeling toolkit for cheminformatics
MIT License
192 stars 28 forks source link

No charge on carbon chain SVG #25

Closed mojaie closed 3 years ago

mojaie commented 3 years ago
using MolecularGraph
mol = smilestomol("CC[C+](C)CC")
molsvg = drawsvg(mol, 200, 200)
display("image/svg+xml",  molsvg)
スクリーンショット 2020-08-02 21 59 20
mojaie commented 3 years ago
using MolecularGraph
mol = smilestomol("CC[C+](C)CC")
molsvg = drawsvg(mol, 200, 200)
display("image/svg+xml",  molsvg)

スクリーンショット 2021-06-01 15 09 33