[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
subplot problem
From: |
John W. Eaton |
Subject: |
subplot problem |
Date: |
Wed, 28 Oct 1998 09:49:15 -0600 (CST) |
On 27-Oct-1998, Yip Fai <address@hidden> 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