Ask Your Question

Revision history [back]

How to plot a R graph directly in Sage

I want to plot the graph using r language in Sage. And when I put this code: sage: png(file="myplot.png", bg="transparent") sage: plot(1:10) sage: rect(1, 5, 3, 7, col="white")

sage: dev.off()

It works, but I have to click to see the graph in a new page. What I want is to see the graph directly without clicking.

click to hide/show revision 2
No.2 Revision

How to plot a R graph directly in Sage

I want to plot the graph using r language in Sage. And when I put this code: code:

sage: png(file="myplot.png", bg="transparent")
sage: plot(1:10)
sage: rect(1, 5, 3, 7, col="white")

col="white") sage: dev.off()

sage: dev.off()


It works, but I have to click to see the graph in a new page. What I want is to see the graph directly without clicking.