Hello everyone,

I save my results as VTK files using write_vtk.
I have been trying to get a vector graphic (like SVG) to display smooth and 
nice results.
I tried ParaView, but I think they do not support vector graphics in recent 
versions.
I also tried to write a Python code for this purpose using vtk and 
matplotlib libraries. It works almost fine, but when I want to plot the 
mesh too, there are problems.
I used Triangulation from matplotlib.tri, but it only supports triangles 
mesh, while my mesh type is quadrilaterals.
So, the question is, what is the best way to get SVG image of a VTK file?

Thanks,
Masoud

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/26c463b4-a41b-4f84-b313-bd3c7c39786en%40googlegroups.com.

Reply via email to