RDKit Chem Python教程不是很好。我需要使用“设置比例”功能进行绘制,但是很难理解参数。尽管进行了研究,但我还没有看到Internet上的使用示例,也没有可用的描述。感谢您的关注。
SetScale((MolDraw2D)arg1, (int)arg2, (int)arg3, (Point2D)arg4, (Point2D)arg5) → None :
uses the values provided to set the drawing scaling
C++ signature :
void SetScale(RDKit::MolDraw2D {lvalue},int,int,RDGeom::Point2D,RDGeom::Point2D)