Hi,

I would like to save a legend  for each molecule of the grid with 2 infos
(Notebook and IC50) but my code below does not work :

img = PandasTools.FrameToGridImage(frame, column='ROMol',
molsPerRow=10,subImgSize=(200,200), legends=[str(x) for x in
frame[['Notebook','IC50']]] )

Any idea ?

FR.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to