# 3D plot for X,Y,Z,Temp

**URL:** https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287
**Category:** ParaView Support
**Created:** [February 14, 2019, 11:22am UTC](https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287 "2019-02-14T11:22:22Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Richard\_Kovacs](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/r/4491bb/32.png) [@Richard\_Kovacs](https://discourse.paraview.org/u/Richard_Kovacs)
#### Post date: [February 14, 2019, 11:22am UTC](https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287/1 "2019-02-14T11:22:23Z")

</div>

Dear All,

I want to have a nice 3d surface (or scattered) plot for the points I have from the simulation I have.

I got a CSV with all coordinate points with the relevant temperature.

thanks a lot,

Richard

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [February 14, 2019, 12:04pm UTC](https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287/2 "2019-02-14T12:04:42Z")

</div>

Hi Richard,

You can try to use the delaunay filters.

---

<div class="post-metadata">

### Author: ![Richard\_Kovacs](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/r/4491bb/32.png) [@Richard\_Kovacs](https://discourse.paraview.org/u/Richard_Kovacs)
#### Post date: [February 14, 2019, 12:17pm UTC](https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287/3 "2019-02-14T12:17:42Z")

</div>

hi, this is the csv file, and it crashes paraview during delaunay 2d[1.csv](https://discourse.paraview.org/uploads/default/original/2X/4/4ff8e026c44f51b2485f5ea93c7ddfbc9bb5891c.csv) (1.5 MB)

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [February 14, 2019, 12:20pm UTC](https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287/4 "2019-02-14T12:20:13Z")

</div>

You should use delaunay 3D as your point are in a volume.  
It seems to works nicely here.

---

<div class="post-metadata">

### Author: ![Richard\_Kovacs](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/r/4491bb/32.png) [@Richard\_Kovacs](https://discourse.paraview.org/u/Richard_Kovacs)
#### Post date: [February 14, 2019, 12:24pm UTC](https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287/5 "2019-02-14T12:24:45Z")

</div>

dear Mathieu,

did you do TableToPoints filter before delanuay 3d ?

thanks

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [February 14, 2019, 12:27pm UTC](https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287/6 "2019-02-14T12:27:21Z")

</div>

Of course. Here is a .pvsm to load.  
Tested with pv 5.6.0.

[csv.pvsm](https://discourse.paraview.org/uploads/default/original/2X/3/35a6ad9a484e64baeb4f70517aec0ce2d5bfe216.pvsm) (151.8 KB)

---

<div class="post-metadata">

### Author: ![Richard\_Kovacs](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/r/4491bb/32.png) [@Richard\_Kovacs](https://discourse.paraview.org/u/Richard_Kovacs)
#### Post date: [February 14, 2019, 12:29pm UTC](https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287/7 "2019-02-14T12:29:54Z")

</div>

really sorry, I am a real newbie with paraview.

coudl you tell me the method step by step?

I loaded my CSV  
then filter - table to points  
then delanuay 3d?

I am getting error messages

thanks,  
much appreciated

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [February 14, 2019, 12:52pm UTC](https://discourse.paraview.org/t/3d-plot-for-x-y-z-temp/1287/8 "2019-02-14T12:52:11Z")

</div>

Hi Richard,

No problem, can you precise which version of Paraview you are using.  
In any case, here is how to do it :

- Open ParaView
- Open your .csv file, Apply
- Filter -\> Table to points
- set X to x, Y to y, Z to z, Apply
- Filter -\> Delaunay 3D, Apply
