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.