On Tue, 2012-04-10 at 08:10 +0800, programming-requ...@jsoftware.com
wrote:
> Date: Mon, 09 Apr 2012 02:36:49 -0400
> From: "Linda Alvord" <lindaalv...@verizon.net>
> Subject: [Jprogramming] How to double the height of a plot
> To: "'Programming forum'" <programming@jsoftware.com>
> Message-ID: <000401cd161b$2517d7a0$6f4786e0$@net>
> Content-Type: text/plain; charset="us-ascii" 

I'll guess that you want to control the plot aspect ratio.  I do also.
Two requests triggers me into action, I investigated, finding this page
useful:  http://www.jsoftware.com/jwiki/Plot/Options

$ jconsole
   load'plot'

   'aspect 1' plot 0 1  NB. "square" plot in my Chromium browser

   NB. set two options at once!
   'aspect 1;output gtk' plot 0 1  NB. new, reconfigurable gtk window


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to