i want to pick up this problem: http://www.paraview.org/pipermail/paraview/2011-April/021225.html
I have a rather simple quest: I have a line chart view, that shows various plots, and I want to show when time goes on see where I am (Plot is Energy over time). So for example I want a black line, that goes vertically with the time over my linechartview. I can get the time with inputs[0].GetInformation().Get(vtk.vtkDataObject.DATA_TIME_STEP()) But I don't find a cheap way to display it in the line chart view. Sadly, the plot time filter only works in the quartile view and also it is not made for my problem :( Thanks! _______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
