Whenever some disappearing act happens to me I suspect a seg fault, meaning I am accessing some non-allocated memory . You should check the array that you used for the plot .<br><br>Regards<br>Darshan<br><br><div class="gmail_quote">
On Thu, Apr 1, 2010 at 12:08 PM, Eric E. Monson <span dir="ltr">&lt;<a href="mailto:emonson@cs.duke.edu">emonson@cs.duke.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hey again,<br>
<br>
I just noticed that at least on today&#39;s CVS, a line I&#39;m plotting on a ChartXY with only symbols (no &quot;line&quot;) disappears as soon as I start interacting with the plot. The other two lines (which have lines and no symbols) stay.<br>

<br>
I&#39;m adding the line which disappears like this:<br>
<br>
line0 = chart.AddPlot(0)                # LINE<br>
line0.SetInput(table, 0, 1)<br>
line0.SetColor(0, 100, 0, 255)<br>
line0.SetWidth(5.0)<br>
line0.GetPen().SetLineType(0)<br>
line0.SetMarkerStyle(4)<br>
line0.GetBrush().SetColor(0,100,0,50)<br>
<br>
So, in the image I attached to my other post a couple minutes ago, there should be another line with green circles in addition to the red and blue lines.<br>
<br>
I can&#39;t remember if this happened earlier today before I updated CVS, or maybe some part of the API has just changed and I didn&#39;t notice?<br>
<br>
Thanks,<br>
-Eric<br>
<br>
------------------------------------------------------<br>
Eric E Monson<br>
Duke Visualization Technology Group<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>