<HTML>
<HEAD>
<TITLE>Re: [Paraview] Trying to plot signals to paraview</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>ParaView is capable of reading in a regular grid of data, mapping a color to it, and drawing it scaled on the screen. &nbsp;If your data is simply a raw array written to disk, then ParaView can read that in directly. &nbsp;Does that basically solve your problem?<BR>
<BR>
There are two ways to &#8220;erase&#8221; the useless points. &nbsp;The first way is to simply set the color map up so that these values are simply drawn in the background color. &nbsp;The second way is to use the &#8220;Threshold&#8221; filter to remove the uninteresting points. &nbsp;The Threshold filter will convert the data from a regular array to an unstructured grid. &nbsp;A warning about using Threshold though: the unstructured grid it converts data to is a less efficient representation so it is possible to actually require more data for the result if not a lot is removed.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 2/4/09 2:30 AM, &quot;George Markomanolis&quot; &lt;<a href="paraview@markomanolis.com">paraview@markomanolis.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Dear all,<BR>
<BR>
I am newbie to Paraview and I want to ask you something. I am working with signals and I use gnuplot for plotting. Unfortunately it's slow for big signals. Our program is parallel so we can create files of many GBs. We do a tricky parallel plot, every cpu plots a part of the signal, otherwise we couldn't see the image from gnuplot (crash). So when I saw paraview I liked a lot but it isn't easy.<BR>
<BR>
I must explain what I want to plot:<BR>
We use a techinque in order to cut the points that haven't energy. For example a specific signal with 12000 x 12000 mesh of points which is 8GB file it can go under of 1GB if we cut the useless points. So I give at the gnuplot only the points that I want to plot x,y,z and I use pm3d map because I want them in 2D not 3D for example see the image: <a href="http://www.markomanolis.com/files/plots/plot.jpg">http://www.markomanolis.com/files/plots/plot.jpg</a> &nbsp;&nbsp;<BR>
I would like to ask. Is this unstructured grid? I show an easy signal it could be with more random points. I have tried unstructured grid for 2 columns only and there is no surface between the columns. I used triangle strip and it was ok but I don't know if I could see the details like here (here I don't cut any useless point, in first image see wave details in the center): &nbsp;&nbsp;&nbsp;<a href="http://www.markomanolis.com/files/plots/62_0_0.jpg">http://www.markomanolis.com/files/plots/62_0_0.jpg</a> , <a href="http://www.markomanolis.com/files/plots/resFinal.jpg">http://www.markomanolis.com/files/plots/resFinal.jpg</a> &nbsp;&nbsp;.<BR>
Could I have these plots with paraview or it is good with more complicated plots?<BR>
I must write a script/ program to convert gnuplot file to paraview but I am not sure about the topology, I must declare the topolgy for every point, right? &nbsp;I am confused because I have a lot of constrains for example if a point is alone then the topology is vertex if there is another point then line etc... Is there any way to plot this grid with something like image data. I want to give something like structured grid but NOT to give all the points (I don't need them). &nbsp;The last two images I sent you are with all the points for education propose. I want to plot something like first image but witho more complicated topology &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
<BR>
Thank you for your time,<BR>
George Markomanolis<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>