Hi everybody,
 I'm very new to rdkit, can anybody explain to me how to set drawing
options?
I wanted to do something easy like:

MolToImage(mol, noCarbonSymbol=False)

but apparently it is not the right way. Following some recipes i tried also
with:

drawer = rdMolDraw2D.MolDraw2DCairo(100, 100)
drawer.drawOptions().noCarbonSymbols = False

but again no luck. I tried also to modify the MolDrawOptions object

options = drawer.drawOptions()

but there is nothing about "noCarbonSymbol"...

Can anybody address me on the right path? Much appreciated
Thomas
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to