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
...
-
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
-
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
Similar Threads
-
By Application Development in forum labview
Replies: 0
Last Post: 08-18-2007, 12:40 PM
-
By Application Development in forum labview
Replies: 0
Last Post: 08-17-2007, 08:40 PM
-
By Application Development in forum labview
Replies: 0
Last Post: 08-16-2007, 09:40 PM
-
By Application Development in forum labview
Replies: 0
Last Post: 08-06-2007, 08:40 AM
-
By Application Development in forum Perl
Replies: 0
Last Post: 04-21-2007, 11:16 PM