MantisBT - ParaView
View Issue Details
0005051ParaView(No Category)public2007-05-17 14:442007-09-11 18:38
Ken Moreland 
Mark Richardson 
urgentminoralways
closedfixed 
 
 
0005051: Array index bad default for X axis
Whenever you make an XY plot, the default for the X axis is to plot against the Y array index. This is a bad default for practical situations (I cannot think of a counter example).

In the case of the output from the Plot Over Line filter, the x axis should be the distance, in world coordinates, along the line.

In the case of the extract cell or point information over time, the x axis should give the time value. Yes, I know you can set this up with the Display panel, but it should be automatic. This is related to bug 0004944, which also requests special handling of arrays with specific meanings.
No tags attached.
Issue History
2007-08-20 12:17Ken MorelandPrioritynormal => urgent
2007-08-23 17:10Berk GeveciCategory => 3.2
2007-09-05 13:34Mark RichardsonStatustabled => @80@
2007-09-05 13:34Mark RichardsonResolutionopen => fixed
2007-09-05 13:34Mark RichardsonNote Added: 0008838
2007-09-11 18:38Alan ScottStatus@80@ => closed
2007-09-11 18:38Alan ScottNote Added: 0008937
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008838)
Mark Richardson   
2007-09-05 13:34   
The x-axis defaults have been changed. If Time is in the array list it is used. If Probe_Location is in the list, the distance is used.
(0008937)
Alan Scott   
2007-09-11 18:38   
Beautiful.