[GiDlist] Surface plot

Moderator: GiD Team

Post Reply
Khaled Obeidat

[GiDlist] Surface plot

Post by Khaled Obeidat »

Hello,

Is there a way to visualize a surface graph using similar function like
splot in qnuplot. I have a file that contains three columns represent X Y
and Z and
I would like to find a way in GID to get a surface plot out of that file.




Khaled Obeidat
Research Engineer
EMAG Technologies, Inc.
www.emagtechnologies.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030929/2175f19a/attachment.htm
Miguel A. de Riera Pasenau

[GiDlist] Surface plot

Post by Miguel A. de Riera Pasenau »

You can use the tecplot format by just adding two lines like in this example:

VARIABLES= "x", "y", "z"
ZONE T="test", I=2, J=4, K=1, F=POINT
0 0 0
1 0 0
0 1 0
1 1 0
0 2 1
1 2 1
0 3 1
1 3 1

Hope it helps,

miguel

Khaled Obeidat wrote:

Hello,

Is there a way to visualize a surface graph using similar function like splot in qnuplot. I have a file that contains three
columns represent X Y and Z and
I would like to find a way in GID to get a surface plot out of that file.

Khaled Obeidat
Research Engineer
EMAG Technologies, Inc.
www.emagtechnologies.com

--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es
Enrique Escolano

[GiDlist] Surface plot

Post by Enrique Escolano »

Currently not exists this functionality.
Must create a mesh file with the nodes located at XY coordinates, and set for example z as a scalar or vector result.

Enrique Escolano
----- Original Message -----
From: Khaled Obeidat
To: gidlist at gatxan.cimne.upc.es
Sent: Monday, September 29, 2003 2:42 PM
Subject: [GiDlist] Surface plot


Hello,

Is there a way to visualize a surface graph using similar function like splot in qnuplot. I have a file that contains three columns represent X Y and Z and
I would like to find a way in GID to get a surface plot out of that file.




Khaled Obeidat
Research Engineer
EMAG Technologies, Inc.
www.emagtechnologies.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030929/3be4c08a/attachment.htm
Miguel A. de Riera Pasenau

[GiDlist] Surface plot

Post by Miguel A. de Riera Pasenau »

have you a little example about this?

Khaled Obeidat wrote:

Hello,

Is there a way to visualize a surface graph using similar function like splot in qnuplot. I have a file that contains three
columns represent X Y and Z and
I would like to find a way in GID to get a surface plot out of that file.

Khaled Obeidat
Research Engineer
EMAG Technologies, Inc.
www.emagtechnologies.com

--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es
Post Reply