Displaying 1 result from an estimated 1 matches for "piximag".
Did you mean:
piximage
2007 Nov 15
3
Graphics device storable in a variable
...t device
> plot(myX, myY, col="red")
# Finalize
> dev.off()
# Print out the contents of myDevice
> myDevice
...and the data would print out just like any other matrix or class or
whatever type myDevice actually is.
So my question is does such a thing already exist? I know about
piximage, but apparently I have to load image data from somewhere for
it to work; I can't use plot(), etc. to create the piximage data. GDD
would be a nice way to do it, because GD libraries are widely
available for use with other languages I might use with PostgreSQL and
PL/R (for instance, Perl would...