[Paraview] How to create polar plot in Paraview

2011-06-14 Thread Shailender Kanwar
Hi I need to plot some data on a 2D polar plot. Is there pre existing functionality in Paraview or VTK for this purpose? I have looked at the classes provided by VTK but couldn't find any thing that would do the job. -- Shailender Kanwar ___ Powered b

Re: [Paraview] How to create polar plot in Paraview

2011-06-14 Thread pratik
What kind of data do you have? If it is simply a 2d grid, then i don't think that there should be a problem. If you're problem is that you don't have the coordinates, then you might be able to write a simple python script to generate it (in whatever file format you are using). -pratik On Wednes

Re: [Paraview] How to create polar plot in Paraview

2011-06-15 Thread Shailender Kanwar
Well the data is very simple. It just has two columns one containing angles from 0 - 360 degrees and the corresponding value for each angle. The plotting has to be done in polar coordinates using the value as radius and the angle as theta. I am working on a custom app and need to make a plugin usi