Revision: 399 http://rpy.svn.sourceforge.net/rpy/?rev=399&view=rev Author: eddelbuettel Date: 2008-01-21 08:00:14 -0800 (Mon, 21 Jan 2008)
Log Message: ----------- corrected simple line plot example Modified Paths: -------------- trunk/rpy/doc/rpy.texi Modified: trunk/rpy/doc/rpy.texi =================================================================== --- trunk/rpy/doc/rpy.texi 2008-01-21 15:59:39 UTC (rev 398) +++ trunk/rpy/doc/rpy.texi 2008-01-21 16:00:14 UTC (rev 399) @@ -302,7 +302,7 @@ >>> grid = r.seq(0, 10, length=100) >>> values = [r.dchisq(x, degrees) for x in grid] >>> r.par(ann=0) ->>> r.plot(grid, values, type='lines') +>>> r.plot(grid, values, type='l') @end example This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. 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