MantisBT - ParaView
View Issue Details
0006767ParaView(No Category)public2008-04-07 17:302009-05-13 13:59
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.43.4 
0006767: Plot over time should work for composite data sets
The plot over time filter should work with composite type data sets. This includes using either global ids or local VTK structure ids. It should also support pipeline iteration and fast path for plotting.
No tags attached.
related to 0006888closed Utkarsh Ayachit Re-enable fast path for plotting over time 
Issue History
2008-04-07 17:30Ken MorelandNew Issue
2008-04-10 18:18Ken MorelandTarget Version => Multi-block support
2008-04-10 18:18Ken MorelandStatusbacklog => tabled
2008-04-10 18:18Ken MorelandAssigned To => Berk Geveci
2008-04-23 08:55Utkarsh AyachitAssigned ToBerk Geveci => Utkarsh Ayachit
2008-04-23 08:58Utkarsh AyachitStatustabled => @80@
2008-04-23 08:58Utkarsh AyachitResolutionopen => fixed
2008-04-23 08:58Utkarsh AyachitNote Added: 0011503
2008-04-24 10:43Ken MorelandRelationship addedrelated to 0006888
2008-04-24 20:59Alan ScottStatus@80@ => closed
2008-04-24 20:59Alan ScottNote Added: 0011541
2009-05-13 13:58Utkarsh AyachitTarget VersionMulti-block support => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011503)
Utkarsh Ayachit   
2008-04-23 08:58   
"Plot over time" has now become "Extract Selection (over time)". One can create any type of selection the standard way and then extract that entire selection over time. It doesn't matter is the input dataset is composite or not. The output of the filter is multiblock dataset with a block for each cell|point selected.

The display tab for the XY plot view then shows a tree widget assisting in choosing which block to show in the plot.

/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqXYPlotDisplayEditor.ui,v <-- Qt/Components/Resources/UI/pqXYPlotDisplayEditor.ui
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Qt/Components/pqXYPlotDisplayProxyEditor.cxx,v <-- Qt/Components/pqXYPlotDisplayProxyEditor.cxx
new revision: 1.23; previous revision: 1.22
/cvsroot/ParaView3/ParaView3/Qt/Core/pqLineChartRepresentation.cxx,v <-- Qt/Core/pqLineChartRepresentation.cxx
new revision: 1.18; previous revision: 1.17
/cvsroot/ParaView3/ParaView3/Qt/Core/pqLineChartRepresentation.h,v <-- Qt/Core/pqLineChartRepresentation.h
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- Servers/ServerManager/Resources/rendering.xml
new revision: 1.277; previous revision: 1.276
(0011541)
Alan Scott   
2008-04-24 20:59   
Tested local and client/server.