[vtkusers] bug / fix in vtkXYPlotActor.cxx

Amy Henderson amy.henderson at kitware.com
Mon Aug 20 13:30:06 EDT 2001


This bug has been fixed for a new VTK tree, to be announced shortly.  If 
you're really adventurous, you can get a copy of the new tree from cvs at 
anonymous at www.visualizationtoolkit.org:/cvsroot/VTK co VTK, and there's a 
README file in the VTK directory explaining how to build and compile, but 
be aware that things are still rapidly changing in the new tree.

- Amy

At 05:19 PM 8/20/2001 +0200, Olivier Cuisenaire wrote:

>I think I found a small bug in vtkXYPlotActor. It doesn't display the 
>range of the Y axis correctly in some cases. The following patch solves 
>the problem.
>
>Olivier
>
>--
>Olivier Cuisenaire, Ph.D.              Phone:+41 21 6934712
>http://ltswww.epfl.ch/~cuisenai        Fax:  +41 21 6937600
>Signal Processing Laboratory (LTS), Swiss Federal Institute
>of Technology (EPFL), CH-1015 Lausanne, Switzerland
>
>
>
>Index: vtkXYPlotActor.cxx
>===================================================================
>RCS file: /vtk/cvsroot/vtk/contrib/vtkXYPlotActor.cxx,v
>retrieving revision 1.24
>diff -r1.24 vtkXYPlotActor.cxx
>541c541
><             this->YAxis->SetRange(yrange[1],range[0]);
>---
> >             this->YAxis->SetRange(yrange[1],yrange[0]);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20010820/61f8535e/attachment.htm>


More information about the vtkusers mailing list