[Rdkit-discuss] Change font size in atom.SetProp("atomNote")
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Gianmarco G. <ghi...@gm...> - 2022-03-28 12:28:57
|
Hi all,
I am using RDKit to set calculated values to atoms as shown below and I
would like to know whether it is possible or not to change the font size to
make it slightly bigger.
# For each atom, set the property "atomNote" to a index+1 of the atom
atom.SetProp("atomNote", str(atom.GetIdx()+1))
Thanks,
Giammy
--
*Gianmarco*
|