Skip to content

Commit aa2053c

Browse files
committed
Slight further tweaking
1 parent f7c8301 commit aa2053c

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

code/RenderReaction.code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sp = new SmilesParser(
1313
)
1414
reaction = sp.parseReactionSmiles("CC=C.O>[H+]>CCCO")
1515
new DepictionGenerator()
16-
.withSize(1200, 600)
16+
.withSize(1200, 300)
1717
.withFillToFit()
1818
.withAtomColors()
1919
.depict(reaction)

depiction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,8 @@ sp = new SmilesParser(
182182
)
183183
reaction = sp.parseReactionSmiles("CC=C.O>[H+]>CCCO")
184184
new DepictionGenerator()
185-
.withSize(1200, 600)
186-
.withMargin(0.1)
187-
.withZoom(3.0)
185+
.withSize(1200, 300)
186+
.withFillToFit()
188187
.withAtomColors()
189188
.depict(reaction)
190189
.writeTo("RenderReaction.png");
-764 Bytes
Loading

0 commit comments

Comments
 (0)