PlotSelectionOverTime in trame #430
Replies: 2 comments 1 reply
-
You might be better serve on ParaView Discourse but from the proxy # won't work in distributed mode (use fetch instead)
vtk_dataset = plotSelectionOverTime.GetClientSideObject().GetOutput()
# ... extract arrays from vtk_dataset into numpy for plotly to use |
Beta Was this translation helpful? Give feedback.
-
Hey @jourdain! I'm trying to get this kind of info that is given by the function, but I don't know if I should just put in there. I've this code here and do you know if I just put this ".GetClientSideObject().GetOutput()" for the output I'll have all the info I need to plot the graph? From that I say the action potential etc. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to code the paraview tool "PlotSelectionOverTime" in my trame aplication. I already got how to plot the graph with plotly, but now I'm having difficulty extracting the Scalars values from a cell over time.
How can I do this? How do I access information from a cell in my mesh?
Beta Was this translation helpful? Give feedback.
All reactions