Three Dimensional Terminals - Graphics

This is a discussion on Three Dimensional Terminals - Graphics ; I've been out of the loop for a long time, so these may have been answered long ago. I guess these apply to the version 4.1 / 4.2. 1) Are there any three dimensional output devices supported? I have some ...

+ Reply to Thread
Results 1 to 2 of 2

Three Dimensional Terminals

  1. Default Three Dimensional Terminals

    I've been out of the loop for a long time, so these may have been
    answered long ago. I guess these apply to the version 4.1 / 4.2.

    1) Are there any three dimensional output devices supported? I have some
    three dimensional plots I'd like to have "true" 3D representations of
    so I can manipulate them outside gnuplot. (A file type terminal
    device is preferred.)

    2) What happened to the "table" terminal in the new gnuplot? It was the
    only true three dimensional output device from way back, even though
    its direct use is somewhat limited ;-)

    Thanks.
    Ian.
    --
    Et si c'est la fin du monde
    Je la verrai a la television
    Xavier Cafeine, 2006

  2. Default Re: Three Dimensional Terminals

    In article <ef1n27$bol$1@tribune.usask.ca>,
    Ian MacPhedran <macphed@duke.usask.ca> wrote:
    >I've been out of the loop for a long time, so these may have been
    >answered long ago. I guess these apply to the version 4.1 / 4.2.
    >
    >1) Are there any three dimensional output devices supported? I have some
    > three dimensional plots I'd like to have "true" 3D representations of
    > so I can manipulate them outside gnuplot. (A file type terminal
    > device is preferred.)


    Not yet. Several people have expressed an interest in working on an
    OpenGL output path, but the patches contributed to date are minimal.

    >2) What happened to the "table" terminal in the new gnuplot? It was the
    > only true three dimensional output device from way back, even though
    > its direct use is somewhat limited ;-)


    It is now:

    set table "filename.out"

    This way it doesn't interfere with the current terminal settings.
    So you can do
    set term post
    set output "foo.ps"
    plot <something> title "plot1"
    set table "plot1.out"
    replot
    unset table
    plot <something> title "plot2"
    ...

    and have all the PostScript plots end up in the same file.


    --
    Ethan A Merritt

+ Reply to Thread

Similar Threads

  1. Re: more terminals to sub vi
    By Application Development in forum labview
    Replies: 0
    Last Post: 08-18-2007, 12:40 PM
  2. Re: more terminals to sub vi
    By Application Development in forum labview
    Replies: 0
    Last Post: 08-17-2007, 08:40 PM
  3. Re: more terminals to sub vi
    By Application Development in forum labview
    Replies: 0
    Last Post: 08-16-2007, 09:40 PM
  4. Re: dynamic terminals
    By Application Development in forum labview
    Replies: 0
    Last Post: 08-06-2007, 08:40 AM
  5. Re: Pseiudo Terminals
    By Application Development in forum Perl
    Replies: 0
    Last Post: 04-21-2007, 11:16 PM