aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-12-19 22:08:48 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-12-19 22:08:48 +0100
commit6248971edad72b30f7f609a6bb2217d0b41498a0 (patch)
tree9ae320df20beb648abe0621d6e56d856676bab13 /R
parent762114a5ea6393cc73a09616b937397349c1a259 (diff)
Make the pdf structures larger, update docs
Diffstat (limited to 'R')
-rw-r--r--R/chent.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/chent.R b/R/chent.R
index b493bc2..b901904 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -181,7 +181,7 @@ chent <- R6Class("chent",
PythonInR::pyImport("rdMolDraw2D", from = "rdkit.Chem.Draw")
PythonInR::pyImport("rdDepictor", from = "rdkit.Chem")
PythonInR::pyExec("rdDepictor.Compute2DCoords(mol)")
- PythonInR::pyExec("d2d = rdMolDraw2D.MolDraw2DSVG(200,250)")
+ PythonInR::pyExec("d2d = rdMolDraw2D.MolDraw2DSVG(400,500)")
PythonInR::pyExec("d2d.DrawMolecule(mol)")
PythonInR::pyExec("d2d.FinishDrawing()")
self$svg <- PythonInR::pyGet("d2d.GetDrawingText()")

Contact - Imprint