MantisBT - ParaView
View Issue Details
0010259ParaViewBugpublic2010-02-08 19:182011-01-13 17:00
Alan Scott 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.83.8 
0010259: XY plot of global variables has bad time value
From a users (who describes this better than I do):

In Paraview, when I do an xy plot of global variables in an exodus file, they get plotted against the step index rather than the time. For example, in the enclosed file, there are 25 time steps, going to an end time of 2.5e-3. The x axis goes to 25 instead of 2.5, even if the option to plot against “Time” is selected (the default behavior).
 
File name: patch.e
No tags attached.
Issue History
2010-02-08 19:18Alan ScottNew Issue
2010-02-09 10:15Utkarsh AyachitTarget Version4.0 => 3.8
2010-02-09 10:15Utkarsh AyachitStatusbacklog => tabled
2010-02-09 10:15Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-02-09 10:23Utkarsh AyachitNote Added: 0019494
2010-02-09 10:23Utkarsh AyachitStatustabled => @80@
2010-02-09 10:23Utkarsh AyachitFixed in Version => 3.8
2010-02-09 10:23Utkarsh AyachitResolutionopen => fixed
2010-02-22 20:13Alan ScottNote Added: 0019586
2010-02-22 20:13Alan ScottStatus@80@ => closed
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709

Notes
(0019494)
Utkarsh Ayachit   
2010-02-09 10:23   
vtkExtractTemporalFieldData was not putting timesteps values correctly. Fixed that.

/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractTemporalFieldData.h,v <-- VTK/Graphics/vtkExtractTemporalFieldData.h
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractTemporalFieldData.cxx,v <-- VTK/Graphics/vtkExtractTemporalFieldData.cxx
new revision: 1.7; previous revision: 1.6
(0019586)
Alan Scott   
2010-02-22 20:13   
I think it is correct. Time shows as it should. There may be a bug if the user wants to display the timesteps on the X axis, but we will deal with that when the time comes.

Tested client/remote server, trunk, Linux.