HI,

   I tried to do some very simple scatter plot with RPy, however, as
you can see, it is actually not very stable. May I know what happened?

Python 2.5 (r25:51908, Apr 10 2007, 10:27:40)
[GCC 4.1.2 20070403 (Red Hat 4.1.2-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from rpy import *
>>> a = r.runif(100)
>>> r.plot(a)
>>>
>>>
>>> a = r.runif(1000)
>>> r.plot(a)
>>> Error during wrapup: C stack usage is too close to the limit
*** stack smashing detected ***: python terminated
Abort

best,
Min-yi Shen

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to