| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0010076 | ParaView | Feature | public | 2009-12-22 10:47 | 2011-01-13 17:00 | ||||
| Reporter | Ken Moreland | ||||||||
| Assigned To | Utkarsh Ayachit | ||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | 3.8 | Fixed in Version | 3.8 | ||||||
| Summary | 0010076: Plot Selection Over Time does not work on table data. | ||||||||
| Description | The plot selection over time filter does not work on table data. Here is an important use case for this: I want to plot the minimum and maximum value of a variable over time. The way I should be able to do this is to run descriptive statistics on the data. This gives a table with the minimum and maximum for the current time step. I then want to select the row in the table representing the variable I want and plot that over time. I cannot do that right now. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Topic Name | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0019025) Utkarsh Ayachit (administrator) 2010-01-04 15:42 |
Note to self: * vtkExtractSelection does not extract rows from vtkTable. * Fix vtkExtractArraysOverTime to work for vtkTable. |
|
(0019056) Utkarsh Ayachit (administrator) 2010-01-08 13:09 |
* Moving vtkExtractSelectedRows from InfoVis to Graphics. * Adding support to vtkExtractSelectedRows to optionally produce vtkOriginalRowIds array. * Extended vtkExtractSelection to use vtkExtractSelectedRows to extract rows from vtkTable. * Fixed vtkExtractArraysOverTime to work with vtkTables. /cvsroot/ParaView3/ParaView3/Qt/Core/pqChartRepresentation.cxx,v <-- Qt/Core/pqChartRepresentation.cxx new revision: 1.6; previous revision: 1.5 /cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml new revision: 1.383; previous revision: 1.382 /cvsroot/ParaView3/ParaView3/VTK/Graphics/CMakeLists.txt,v <-- VTK/Graphics/CMakeLists.txt new revision: 1.222; previous revision: 1.221 /cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractArraysOverTime.cxx,v <-- VTK/Graphics/vtkExtractArraysOverTime.cxx new revision: 1.28; previous revision: 1.27 /cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectedIds.cxx,v <-- VTK/Graphics/vtkExtractSelectedIds.cxx new revision: 1.30; previous revision: 1.29 /cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectedIds.h,v <-- VTK/Graphics/vtkExtractSelectedIds.h new revision: 1.10; previous revision: 1.9 /cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectedRows.cxx,v <-- VTK/Graphics/vtkExtractSelectedRows.cxx initial revision: 1.1 /cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectedRows.h,v <-- VTK/Graphics/vtkExtractSelectedRows.h initial revision: 1.1 /cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelection.cxx,v <-- VTK/Graphics/vtkExtractSelection.cxx new revision: 1.29; previous revision: 1.28 /cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelection.h,v <-- VTK/Graphics/vtkExtractSelection.h new revision: 1.14; previous revision: 1.13 /cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectionBase.cxx,v <-- VTK/Graphics/vtkExtractSelectionBase.cxx new revision: 1.6; previous revision: 1.5 /cvsroot/ParaView3/ParaView3/VTK/Infovis/CMakeLists.txt,v <-- VTK/Infovis/CMakeLists.txt new revision: 1.102; previous revision: 1.101 /cvsroot/ParaView3/ParaView3/VTK/Infovis/vtkExtractSelectedRows.cxx,v <-- VTK/Infovis/vtkExtractSelectedRows.cxx new revision: delete; previous revision: 1.2 /cvsroot/ParaView3/ParaView3/VTK/Infovis/vtkExtractSelectedRows.h,v <-- VTK/Infovis/vtkExtractSelectedRows.h new revision: delete; previous revision: 1.1 |
|
(0019261) Alan Scott (manager) 2010-01-21 20:24 |
Works for me. Tested local server, XP, trunk. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2009-12-22 10:47 | Ken Moreland | New Issue | |
| 2010-01-04 14:16 | Utkarsh Ayachit | Status | backlog => tabled |
| 2010-01-04 14:16 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
| 2010-01-04 15:42 | Utkarsh Ayachit | Note Added: 0019025 | |
| 2010-01-08 13:09 | Utkarsh Ayachit | Note Added: 0019056 | |
| 2010-01-08 13:09 | Utkarsh Ayachit | Status | tabled => @80@ |
| 2010-01-08 13:09 | Utkarsh Ayachit | Fixed in Version | => 3.8 |
| 2010-01-08 13:09 | Utkarsh Ayachit | Resolution | open => fixed |
| 2010-01-21 20:24 | Alan Scott | Note Added: 0019261 | |
| 2010-01-21 20:24 | Alan Scott | Status | @80@ => closed |
| 2011-01-13 17:00 | Source_changeset_attached | => VTK master a2bd8391 | |
| 2011-01-13 17:00 | Source_changeset_attached | => VTK master 020ef709 | |
| 2011-06-16 13:10 | Zack Galbreath | Category | Feature Request => Feature |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |