4 Feb
2014
4 Feb
'14
11:14 p.m.
On Tue, 4 Feb 2014 19:55:41 +0000
DesdeChaves
I wrote this code to randomly draw organic branched structures. Since the organic structures have different dimensions I'm using the scale function to normalize the width. The result is a rather ugly because the structures are displayed with fonts with different sizes. Is there a way to normalize the structures width only when it exceeds a certain size?
Why do you normalize the width? If you set a fixed width (rather than width=fit), then the bounding box will be normalized whatever is the size of the chemical structure. Alan