From help-octave-request at bevo dot che dot wisc dot edu Wed Oct 28 09:49:12 1998 Subject: subplot problem From: "John W. Eaton" To: Yip Fai Cc: "help-octave at bevo dot che dot wisc dot edu" Date: Wed, 28 Oct 1998 09:49:15 -0600 (CST) On 27-Oct-1998, Yip Fai wrote: | May I ask a question? How can I activate the subplot function. I am now | using gnuplot version 3.5 (pre 3.6 ). Is this version support the | subplot function? If you have a recent beta release of gnuplot 3.6, you can tell Octave that it supports multiplot and frames by adding the following lines to your ~/.octaverc file: gnuplot_has_multiplot = 1; gnuplot_has_frames = 1; jwe