bug fix on RStat.graphics()
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2051 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
7a349dd58b
commit
91edc2b6e8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ with_mode = RWrapper(rpy.with_mode)
|
|||
#as_py = RWrapper(rpy.as_py)
|
||||
|
||||
|
||||
def gdd(self, **kw):
|
||||
def gdd(**kw):
|
||||
r.library('GDD')
|
||||
filename = os.tempnam(None, 'rplot')
|
||||
robj = r.GDD(filename, type='jpg', **kw)
|
||||
|
|
Loading…
Add table
Reference in a new issue