We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8301 commit aa2053cCopy full SHA for aa2053c
3 files changed
code/RenderReaction.code.md
@@ -13,7 +13,7 @@ sp = new SmilesParser(
13
)
14
reaction = sp.parseReactionSmiles("CC=C.O>[H+]>CCCO")
15
new DepictionGenerator()
16
- .withSize(1200, 600)
+ .withSize(1200, 300)
17
.withFillToFit()
18
.withAtomColors()
19
.depict(reaction)
depiction.md
@@ -182,9 +182,8 @@ sp = new SmilesParser(
182
183
184
185
186
- .withMargin(0.1)
187
- .withZoom(3.0)
+ .withFillToFit()
188
189
190
.writeTo("RenderReaction.png");
images/generated/RenderReaction.png
-764 Bytes
0 commit comments