You might be able to accomplish something similar using viewbmp to
render the composite.

You'd need to decide how to combine your plot image with your
background image, and implement that yourself (for example, replace
white on the plot image with your background image). But it should be
doable.

-- 
Raul


On Mon, Feb 1, 2016 at 9:24 PM, Don Guinn <[email protected]> wrote:
> I was intending to use the picture as a background and add additional
> graphics.
> On Feb 1, 2016 7:02 PM, "Raul Miller" <[email protected]> wrote:
>
>> This would write a png file which looks like the current plot image:
>>
>>   (pd 'get png') fwrite 'example.png'
>>
>> Note, however, that the page you referenced says that this requires
>> media/platimg, and while
>> http://code.jsoftware.com/wiki/Addons/media/platimg claims that j804
>> is supported, that does not seem to be the case.
>>
>> --
>> Raul
>>
>>
>> On Mon, Feb 1, 2016 at 8:40 PM, Don Guinn <[email protected]> wrote:
>> > So what is the get command for in
>> > http://code.jsoftware.com/wiki/Plot/Commands?
>> >
>> > On Mon, Feb 1, 2016 at 6:27 PM, bill lam <[email protected]> wrote:
>> >
>> >> Not sure what did this error mean. Anyway get png cmd is not
>> >> intended for reading png file into a plot window, and there are
>> >> no such commands implemented for that purpose.
>> >>
>> >>
>> >> Пн, 01 фев 2016, Don Guinn написал(а):
>> >> > I am attempting to read a .png file into a plot window. I entered
>> >> >
>> >> >    pd 'get png ',f
>> >> > |psel : command failed: psel
>> >> > : wd
>> >> > |   (LF,~wd ::(''"_)'qer')    (13!:8)3
>> >> >
>> >> > but got an error.
>> >> >
>> >> > What is the format for the command? And is there an example of this
>> >> > somewhere?
>> >> > ----------------------------------------------------------------------
>> >> > For information about J forums see
>> http://www.jsoftware.com/forums.htm
>> >>
>> >> --
>> >> regards,
>> >> ====================================================
>> >> GPG key 1024D/4434BAB3 2008-08-24
>> >> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
>> >> gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
>> >> ----------------------------------------------------------------------
>> >> For information about J forums see http://www.jsoftware.com/forums.htm
>> > ----------------------------------------------------------------------
>> > For information about J forums see http://www.jsoftware.com/forums.htm
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to