Murali,

Have you tried ParaView's filter named "Clip?"

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.

Using the filter twice, will give you the bracket [2.4,3]

Alternatively, one can select the Clip Type to be a "Box."

If you don't like the aspect ratio of the finished result, you can use ParaView's filter named "Transform."

Hope this helps.

Sam

On 5/28/2014 10:55 AM, Muralikrishna Raju wrote:
Hello,
        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.
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.
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?
 
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.
 
Thanks,
Murali



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to