From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1f69813fb8fbaed3131ade7b83501408@quintile.net> From: "Steve Simon" Date: Fri, 23 Mar 2007 00:31:56 +0000 To: 9fans@cse.psu.edu Subject: Re: [9fans] Getting output from plot(1) In-Reply-To: <7d3530220703221538t64ad9868x2b9a08b972eaadda@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 2e5b442a-ead2-11e9-9d60-3106f5b1d025 the only output driver for plot on plan9 is /dev/draw, you can display it and then grab the image from /dev/wsys - not so easy from cron though. You could use grap(1) but you can only get to ps and pdf from there (I think). -Steve