If you're using Python scripting exclusively, then you can indeed directly use matplotlib or any other Pyhton modules for generating plots. However if you want those plots to be rendered in the ParaView GUI or on tile-displays, etc. then you want to use ParaView's plots. For that can use the Calculator or Python Calculator to compute the derived quantity then apply the "Plot Data" filter to plot the arrays in plots.
Utkarsh On Thu, Mar 1, 2012 at 7:55 AM, hicham mach <[email protected]> wrote: > Hi all, > > I use PV with a python scripts and i want to plot a 2d curve (y = f(x)). > my question is : can i call matplotlib to plot a 2d curve in PV? > If not, it have in PV a filter that do this and which file format should be > used ? > > thank you for your help. > > Hicham > > _______________________________________________ > 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
