1 | initial version |
The answer seems to be the png device: see the accepted answer of this question.
2 | No.2 Revision |
The answer seems to be the png device: see the accepted answer of this question.
Example:
sage: r.X11()
sage: r.hist("rnorm(100)") # place your plot here
sage: r.locator(1) # example of interactivity: locate mouse "data" coordinates
3 | No.3 Revision |
The answer seems to be the png device: see the accepted answer of this question.
Example:
sage: r.X11()
r.X11() # pc-only
sage: r.quartz() # mac-only
sage: r.hist("rnorm(100)") # place your plot here
sage: r.locator(1) # example of interactivity: locate mouse "data" coordinates