[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Save a plot to .ps
From: |
Daniel Heiserer |
Subject: |
Re: Save a plot to .ps |
Date: |
Fri, 28 May 1999 12:58:14 +0200 |
address@hidden wrote:
>
> > That is not what I meant. Printing could still be done by an m-file
> > which comes/comes-not whith octave.
> >
> > Can I find out which terminal gnuplot is using?
> > If yes, that would be really easy.
> It depends.
>
> You can ask for the active terminal with "gshow terminal", e.g.:
>
> octave:2>
> terminal type is x11
>
> Typical "screen terminals" are x11 or pm (OS/2-PM). But maybe you just want to
> restore the terminal that was used immediately before issuing the print
> command. I do not know if it is possible to parse the gshow output in octave.
diary('parseme')
gshow terminal
diary off
==> parse the diary-file
I see it will work. Thanks
--
Mit freundlichen Gruessen
Daniel Heiserer
-----
--------------------------------------------------------------
Dipl.-Phys. Daniel Heiserer, BMW AG, Knorrstrasse 147, 80788 Muenchen
Abteilung EK-20
Tel.: 089-382-21187, Fax.: 089-382-42820
mailto:address@hidden
- Save a plot to .ps, oliver . eichler, 1999/05/24
- Re: Save a plot to .ps, Eric Ortega, 1999/05/24
- Re: Save a plot to .ps, Oliver Eichler, 1999/05/24
- Re: Save a plot to .ps, Daniel Heiserer, 1999/05/25
- Re: Save a plot to .ps, John W. Eaton, 1999/05/27
- Re: Save a plot to .ps, Daniel Heiserer, 1999/05/28
- Re: Save a plot to .ps, John W. Eaton, 1999/05/28
- Re: Save a plot to .ps, Daniel Heiserer, 1999/05/31
Re: Save a plot to .ps, Thomas Hoffmann, 1999/05/28