MantisBT - ParaView
View Issue Details
0012290ParaViewBugpublic2011-06-20 16:572016-08-12 09:58
Stephane P 
Utkarsh Ayachit 
normalminorhave not tried
closedmoved 
3.10.1 
 
ParaViS
12290_fix_histogram_state_loading
incorrect functionality
0012290: histogram view not initially refreshed when loading state file or playing animation
On the given use cases (see below), the histogram view is empty when it should display some result.

Load the given tank.pvsm file. The histogram view is empty. It should display the "bin_values" array. It can be forced to display it by unselecting the array on the display tab and reselecting it.

After having displayed the histogram, add an animation on the "Clip" filter (on Origin(2) from -24 to 274). When playing the animation, the histogram goes blank. It can also be forced to display the good result using the same trick as above.

Additionaly, when playing the animation, an error is displayed when the cutting plane goes out of range (because the histogram cannot find any array to work on). Could this error be silent?
No tags attached.
gz tank.tar.gz (964,701) 2011-06-20 16:57
https://www.vtk.org/Bug/file/8943/tank.tar.gz
Issue History
2011-06-20 16:57Zack GalbreathNew Issue
2011-06-20 16:57Zack GalbreathFile Added: tank.tar.gz
2011-06-20 16:57Zack GalbreathReporterZack Galbreath => Stephane P
2011-06-23 10:15Utkarsh AyachitProjectto be decided => TBD
2011-06-23 11:43Utkarsh AyachitProjectTBD => ParaViS
2012-10-24 21:40Utkarsh AyachitTopic Name => 12290_fix_histogram_state_loading
2012-10-24 21:40Utkarsh AyachitNote Added: 0029509
2012-10-24 21:40Utkarsh AyachitStatusbacklog => gatekeeper review
2012-10-24 21:40Utkarsh AyachitFixed in Version => git-next
2012-10-24 21:40Utkarsh AyachitResolutionopen => fixed
2012-10-24 21:40Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-10-24 21:42Utkarsh AyachitNote Edited: 0029509bug_revision_view_page.php?bugnote_id=29509#r507
2012-10-29 10:50Utkarsh AyachitFixed in Versiongit-next => git-master
2012-10-29 10:50Utkarsh AyachitStatusgatekeeper review => customer review
2012-10-29 10:50Utkarsh AyachitNote Added: 0029544
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0
2013-01-17 19:15Alan ScottNote Added: 0030179
2013-01-17 22:55Utkarsh AyachitStatuscustomer review => backlog
2013-01-17 22:55Utkarsh AyachitResolutionfixed => reopened
2015-01-11 08:34Utkarsh AyachitSource_changeset_attached => ParaView master 8169fb02
2015-01-11 08:35Utkarsh AyachitSource_changeset_attached => ParaView master 72dda59c
2015-01-11 08:35Utkarsh AyachitSource_changeset_attached => ParaView master 3ad6aaa5
2016-08-12 09:58Kitware RobotNote Added: 0037984
2016-08-12 09:58Kitware RobotStatusbacklog => closed
2016-08-12 09:58Kitware RobotFixed in Version3.98.0 =>
2016-08-12 09:58Kitware RobotResolutionreopened => moved

Notes
(0029509)
Utkarsh Ayachit   
2012-10-24 21:40   
(edited on: 2012-10-24 21:42)
commit 72dda59c89170d387e2feb29db2870af64079ba7
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Oct 24 21:38:33 2012 -0400

    BUG 0012290. Silence non-critical error message.
    
    vtkExtractHistogram would raise errors during animation when the data wasn't
    available temporarily (as reported in BUG 0012290). We silence that error
    message.
    
    Change-Id: I0106568f831cfd3e20db39a7121629123100257c

commit 3ad6aaa568d5b94142f5bc2be8c990181a2e4a0e
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Oct 24 21:36:30 2012 -0400

    BUG 0012290. Fix loading of state file with histograms.
    
    Old state files for charts often saved the CompositeDataSetIndex as 0. In that
    case we need to handle that by passing the entire data set for plotting. This
    fix addresses that use-case. This fixes the state loading issue reported in the
    BUG (although the bug was probably referring to an old issue that's already been
    addressed, since the plot renders correctly after this fix).
    
    Change-Id: Id4f21319e3c89c3d1fa94f8eb82334ace83e90d1

(0029544)
Utkarsh Ayachit   
2012-10-29 10:50   
merged into master, if applicable.
(0030179)
Alan Scott   
2013-01-17 19:15   
I am pretty sure this still doesn't work. I did the following:
Linux, master (as of about January 15th, 2013), local server.
* Opened the state file. Histogram did not show up.
* Deleted the histogram filter and histogram view, and re-ran them. Worked!
* Created the animation on the clip filter as described. Played forward. Worked! Hit play again. Nothing showed up in the histogram window once again.
(0037984)
Kitware Robot   
2016-08-12 09:58   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.