Hi Thomas,

noCarbonSymbols was an option for the old drawing code and is not currently
available in the new drawing code since it didn't seem to be particularly
useful.

We can maybe provide suggestions if you provide an example image that
you're getting and explain what you'd like to change about it.

Best,
-greg


On Tue, Mar 2, 2021 at 8:49 PM Thomas <odioidenti...@gmail.com> wrote:

> 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
>
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to