RDKit Chem Python tutorial is not so good. I needed the Set Scale function for drawing, but I have difficulty to understand the arguments. Although my research, I have not seen an example of use on the Internet and no description available. Thanks for your attention.
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)