I'm using sage for preparing a notebook with some R computations and plots. I set the language of the worksheet to R. I noticed that plots appear later in the worksheet after the commands are issued and then they may overlap.
Example: sage: x = rnorm(10) sage: x [1] -2.92886581 -2.21814906 -1.06390976 -0.80482764 0.53585652 -1.02347924 0.42807422 -0.98542969 [9] -0.03033760 -0.10884450 sage: hist(x) NO HISTOGRAM HERE sage: y = 5*x + 0 + rnorm(10) sage: plot(x,y) HERE I GET THE PREVIOUS HISTOGRAM NOT THE SECOND PLOT Thanks -- Giovanni -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
