From 6248971edad72b30f7f609a6bb2217d0b41498a0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 19 Dec 2016 22:08:48 +0100 Subject: Make the pdf structures larger, update docs --- R/chent.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') 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()") -- cgit v1.2.1