> Hi, my problem is that when I use plot command, I can see for few second
> the graph but the window is closed quickly.

The python script is exiting and taking the R plot window with it.

Add, something like this to the end of your script:

raw_input("Press any Key To Exit")

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to