<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Murali,<br>
<br>
Have you tried ParaView's filter named "Clip?"<br>
<br>
By default the clipping surface is a plane. Mind the "Inside Out"
check box; it determines which side is kept, the other side is
discarded. <br>
<br>
Using the filter twice, will give you the bracket [2.4,3]<br>
<br>
Alternatively, one can select the Clip Type to be a "Box."<br>
<br>
If you don't like the aspect ratio of the finished result, you can
use ParaView's filter named "Transform."<br>
<br>
Hope this helps.<br>
<br>
Sam<br>
<br>
<div class="moz-cite-prefix">On 5/28/2014 10:55 AM, Muralikrishna
Raju wrote:<br>
</div>
<blockquote
cite="mid:CALFz2YYznGAWW9Lb-37vB-oW-Fr3UUAz2H-C6Abida1tb-LCRg@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_quote">
<div dir="ltr">
<div>Hello,</div>
<div> I have .csv file with columns x,y and c. I want
to generate a 2D plot where the (x,y) grid is colored
according to c.</div>
<div>I read in the .csv file, then I apply the table to
points filter followed by delaunay 2d filter. I see the
plot I want. My issue is the x axis is from 0 to 5 and I
want to crop it to 2.4 to 3.</div>
<div>I read online that there is a crop filter, but in my
windows version, I don’t see the crop filter. Is there a
way to add crop filter?</div>
<div> </div>
<div>A work around I have is to change my .csv file to
include only the points where x value is between 2.4 and
3. The issue with this is my Delaunay plot is not square.
My length along x axis is very small compared to my length
on y axis. Is there a way to make the x and y axes of same
length? The x-range is [2.4,3] and y-range is [0,6]. So
you can imagine the x axis length (0.6) is way smaller
than y-axis length of 6. I would like to have a square
plot.</div>
<div> </div>
<div>Thanks,</div>
<div>Murali</div>
</div>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>
Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
</blockquote>
<br>
</body>
</html>