View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011045ParaViewBugpublic2010-07-27 10:272011-09-01 13:31
ReporterYumin Yuan 
Assigned ToMarcus D. Hanwell 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version3.12 
Summary0011045: Select Input Array is not working properly for 2D histogram
DescriptionLoad can.ex2
Turn on all Variables from left panel
Load histogram filter, then select different input array from the panel, the histogram view shows weird results.
Additional InformationMarcus volunteered to fix this :).
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0021524)
Marcus D. Hanwell (developer)
2010-07-28 14:09

I have been looking into this, and it is due to the way that the histogram filter is changing the column names of the vtkTable. The state loading logic in the vtkSMContextNamedOptionsProxy stores series properties by column name, and ParaView seems to be assuming that column index is fine (as it only sets the visibility on the first run). Just looking into the best way to fix up this logic to deal with histograms.
(0022341)
Marcus D. Hanwell (developer)
2010-09-24 11:26

Commit c4469d7 has a partial fix for the issue - it keeps both column names constant, and so this issue goes away. I need to modify the default visibility when averaging is turned on in the proxy, in order to fully fix the issue.
(0022342)
Marcus D. Hanwell (developer)
2010-09-24 11:45

Commit 9dc9a63 resolves the last part of this, changing the default visibility of the columns when plotting histograms. Not sure if this is a little hackish, as it is changing behavior based on the X series name but it does behave as expected.
(0022724)
Alan Scott (manager)
2010-10-27 21:08

Tested local client, Windows, trunk.

 Issue History
Date Modified Username Field Change
2010-07-27 10:27 Yumin Yuan New Issue
2010-07-27 10:28 Yumin Yuan Status backlog => tabled
2010-07-27 10:28 Yumin Yuan Assigned To => Marcus D. Hanwell
2010-07-28 14:09 Marcus D. Hanwell Note Added: 0021524
2010-09-24 11:26 Marcus D. Hanwell Note Added: 0022341
2010-09-24 11:45 Marcus D. Hanwell Note Added: 0022342
2010-09-24 11:45 Marcus D. Hanwell Status tabled => @80@
2010-09-24 11:45 Marcus D. Hanwell Fixed in Version => Development
2010-09-24 11:45 Marcus D. Hanwell Resolution open => fixed
2010-10-27 21:08 Alan Scott Note Added: 0022724
2010-10-27 21:08 Alan Scott Status @80@ => closed
2011-09-01 13:31 Utkarsh Ayachit Fixed in Version Development => 3.12


Copyright © 2000 - 2018 MantisBT Team