MantisBT - VTK
View Issue Details
0010623VTK(No Category)public2010-04-27 18:562016-08-12 09:55
David Doria 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
0010623: vtkXYPlotActor typo
(This was reported by Eric Beaudoin on the users list).

In vtkXYPlotActor.cxx, this line:

  os << indent << "Y Range: ";
  if ( this->XRange[0] >= this->YRange[1] )

Should read:
  if ( this->YRange[0] >= this->YRange[1] )
No tags attached.
Issue History
2010-04-27 18:56David DoriaNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037164
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037164)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

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