[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
opening gnuplot window
From: |
John W. Eaton |
Subject: |
opening gnuplot window |
Date: |
Tue, 23 Jun 1998 00:19:22 -0500 (CDT) |
On 6-Jun-1998, Wonkoo Kim <address@hidden> wrote:
| I'm using Octave 2.0.13 for OS/2 and gnuplot pre 3.6 pl 336.
|
| This is a minor problem.
| How can I restart gnuplot window without restarting octave session
| after I closed gnuplot window?
|
| Suppose I write multiple .ps files with many lines of:
| (of course with different file names)
|
| get terminal postscript ...
| gset output "file.ps"
| gplot ...
|
| For the last gplot command, "file.ps" is not closed if gnuplot window
| is opened. Thus sometimes I closed the gnuplot window, but then
| I couldn't get gnuplot window any more for any plot commands until I
| closed the octave session and restarted a new octave session.
The function `closeplot' should close the stream to the plotter. The
next plot command should then reopen it.
jwe