<div dir="ltr">Hi all,<br><br>Using the current VTK included in Debian (testing),<br><br>I modified the example xyPlot.py by setting the interactor style to RubberbandZoom :<br><br>iren = vtk.vtkRenderWindowInteractor()<br>
sty = vtk.vtkInteractorStyleRubberBandZoom()&nbsp; ** <br>iren.SetInteractorStyle(sty) **<br>iren.SetRenderWindow(renWin)<br><br>But, I discovered if you drag the box too far to the bottom right, the display goes all funny - lots of black lines that aren&#39;t cleared...<br>
<br>And if you drag the box too far to the top left, I see this error:<br><br>*** glibc detected *** python: double free or corruption (out): 0x08fdaad0 ***<br><br>bug?<br><br>cheers<br>Paul<br><br></div>