From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <140e7ec30811271938r15d54c26wc778737224ab3f29@mail.gmail.com> Date: Fri, 28 Nov 2008 12:38:48 +0900 From: sqweek To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <2a3d4b819eabf88affb2a7b18753c543@quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <140e7ec30811270647p4676871xde0f9854965ec78f@mail.gmail.com> <2a3d4b819eabf88affb2a7b18753c543@quanstro.net> Subject: Re: [9fans] plot(1) to file? Topicbox-Message-UUID: 5378a7aa-ead4-11e9-9d60-3106f5b1d025 On Fri, Nov 28, 2008 at 12:31 AM, erik quanstrom wrote: >> I'm using p9p, otherwise I could probably do something clever with >> /dev/screen... > > x allows similar tricks. see xwd(1). Ah right. That assumes I have an X server available though, which isn't usually true on my server where I want a cron job to generate the graphs. I guess I could mess about with Xvfb, but I should probably take a look at grap(1) anyway... graph(1) has a nice easy interface but I could do a better job of axes labels and the like with finer control. OTOH, nothing to stop me inserting my own plot(1) commands in graph's output... Well I should work something out. Thanks Steve, Erik. -sqweek