From c29f109cfa36d5ac37e0bf1d305f3e1ea79797c3 Mon Sep 17 00:00:00 2001 From: helmutm Date: Mon, 8 Oct 2007 08:11:32 +0000 Subject: [PATCH] renamed method to rstat.getDataFrame() method git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2094 fd906abe-77d9-0310-91a1-e0d9ade77398 --- pyscript/rstat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyscript/rstat.py b/pyscript/rstat.py index e7572f1..df736dd 100644 --- a/pyscript/rstat.py +++ b/pyscript/rstat.py @@ -72,7 +72,7 @@ class RStat(object): key = registerImage(fn) return '%s/@@plot?image=%s.jpg' % (absoluteURL(context, request), key) - def getRFrame(self, data): + def getDataFrame(self, data): """ Return an R data.frame. The ``data`` argument is a sequence of tuples