|
Contents | Previous | Next | Subchapters |
| Syntax |
gcopy(file, format) |
| See Also | gprint , gcopy |
"bmp", "gif",
"png", "tif", or "jpg".
ginit
x = seq(10)
gplot(x, x^2)
gsave("xsquared.png", "png")
O-Matrix will create the PNG format image file, xsquared.png
in your current working directory.