<div dir="ltr">Hi all,<div><br></div><div>Today I installed VTK 6.10 to re-run a python project from last year (was running fine on 5.10). I changed the usual 'SetInputData' to 'SetInput' where necessary, and that is all fine. Unfortunately, the most bizarre thing is happening with the class vtkXYPlotActor. It is simply not recognizing the attributes 'AddDataSetInput' and 'AddDataSetInputConnection'. I also tried the attributes 'AddInputDataSet' and 'AddInputConnection' and the same error shows up:</div>

<div><br></div><div><div>        xyplot = vtk.vtkXYPlotActor()</div><div><span class="" style="white-space:pre">    </span>#print type(input_data)          <type 'vtkobject'></div><div><span class="" style="white-space:pre">  </span>#print xyplot</div>

<div>        xyplot.AddDataSetInput(input_data)</div><div><span class="" style="white-space:pre">   </span>#xyplot.AddInputDataSet(input_data)</div><div><span class="" style="white-space:pre">        </span>#xyplot.AddInputConnection(input_data)                    #needs <span style="color:rgb(0,0,0);font-family:monospace;font-size:12px;white-space:pre">.GetOutputPort()</span></div>

<div><span class="" style="white-space:pre">    </span>#xyplot.AddDataSetInputConnection(input_data)        #needs <span style="color:rgb(0,0,0);font-family:monospace;font-size:12px;white-space:pre">.GetOutputPort()</span></div>

</div><div><br></div><div><div>File "/home/domingos/Desktop/eCardioLab4D 22 Dec 2013/xyplot.py", line 22, in __init__xyplot.AddDataSetInput(input_data)</div><div>AttributeError: AddDataSetInput</div></div><div>
<br>
</div><div>I reinstalled vtk (again with python wrapping), just to be sure I did not screw it the first time, but the exact same error happens again. I have hundreds of different classes being called before the vtkXYPlotActor and they are all compiled just fine. Is there any noob mistake from my end here ...?</div>

<div><br></div><div><br></div><div>Many thanks for your time,</div><div>Joao</div></div>