Re: [Rdkit-discuss] atom size when plotting a molecule

2015-09-26 Thread Axel Pahl
Hi Jing, you could try playing with the Drawing Options, e.g.: Draw.DrawingOptions.atomLabelFontFace = "DejaVu Sans" Draw.DrawingOptions.atomLabelFontSize = 18 Kind regards, Axel On 25.09.2015 21:30, Jing Lu wrote: Dear RDKit users, I use Draw.MolsToFile for plotting 2D molecules. However, th

[Rdkit-discuss] atom size when plotting a molecule

2015-09-25 Thread Jing Lu
Dear RDKit users, I use Draw.MolsToFile for plotting 2D molecules. However, the size of atom is relative small. This is ok for nitrogen and oxigen. It's not very clear for atoms like F and Cl. Is there any better way to do it? Thanks, Jing ---