<html>
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@<font color="#0000FF"><u>www.visualizationtoolkit.org:/cvsroot/VTK</u></font>
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.<br>
<br>
- Amy<br>
<br>
At 05:19 PM 8/20/2001 +0200, Olivier Cuisenaire wrote:<br>
<br>
<blockquote type=cite cite>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.<br>
<br>
Olivier<br>
<br>
-- <br>
Olivier Cuisenaire,
Ph.D.
Phone:+41 21 6934712<br>
<a href="http://ltswww.epfl.ch/~cuisenai%A0%A0%A0%A0%A0%A0%A0" eudora="autourl">http://ltswww.epfl.ch/~cuisenai
</a> Fax: +41 21
6937600<x-tab> </x-tab><br>
Signal Processing Laboratory (LTS), Swiss Federal Institute<br>
of Technology (EPFL), CH-1015 Lausanne, Switzerland<br>
<br>
<br>
<br>
Index: vtkXYPlotActor.cxx<br>
===================================================================<br>
RCS file: /vtk/cvsroot/vtk/contrib/vtkXYPlotActor.cxx,v<br>
retrieving revision 1.24<br>
diff -r1.24 vtkXYPlotActor.cxx<br>
541c541<br>
<
<x-tab> </x-tab>
this->YAxis->SetRange(yrange[1],range[0]);<br>
---<br>
>
<x-tab> </x-tab>
this->YAxis->SetRange(yrange[1],yrange[0]);</blockquote></html>