openpharmacophore.draw_ligands
- openpharmacophore.draw_ligands(ligands, n_per_row, pretty=True, legends=None)[source]
Draw multiple ligands
- Parameters:
ligands (list[Ligand]) – A list with ligands.
n_per_row (int) – Number of ligands to draw on each row.
pretty (bool, default=True) – If true the ligands is drawn with no conformers.
legends (list[str], optional) – A legend to add to each ligand. Must be of the same length as ligands