<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey Marcus,<div><br></div><div>Yup, it looks like that took care of the problem nicely (and I can confirm that your other fix is generating David Doria's plot properly now, too). Thanks for taking care of these things so quickly.</div><div><br></div><div>The only outstanding issues I have left are not with the parallel coordinates (so maybe they should be in a separate thread, but I'm going to go ahead and mention them here). These are the only three differences right now that I have to sustain between VTK proper and the code I need:</div><div><br></div><div>1. It would be nice if there was a virtual function in vtkChartXY, something like SetTooltipInfo() which subclasses can override to send different information to tooltip items rather than having that hard-coded into LocatePointInPlots. (see <a href="http://www.vtk.org/pipermail/vtk-developers/2010-August/008342.html">http://www.vtk.org/pipermail/vtk-developers/2010-August/008342.html</a> ).</div><div><br></div><div>2. It would be nice if there was some sort of ivar in vtkChartXY which allow users to switch the mouse button assignments without having to subclass.</div><div><br></div><div>3. At some point the highlight markers in vtkPlotPoints was switched so they show up behind the standard black markers. I can see how this looks nice in many cases, and looks more like a highlight around the original point, but if you have a big, dense cloud of points all of the highlights disappear behind the data markers. So, in my version I moved the highlight markers back on top (with some transparency), and it's much easier to see in these large, dense data cases.</div><div><br></div><div>Thanks again, and I'll talk to you later,</div><div>-Eric</div><div><br></div><div><br></div><div><div><div>On Sep 30, 2010, at 2:06 PM, Marcus D. Hanwell wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote">On Tue, Sep 28, 2010 at 12:54 PM, Eric E. Monson <span dir="ltr"><<a href="mailto:emonson@cs.duke.edu">emonson@cs.duke.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
One more thing, sort of related:<br>
<br>
this->Storage->CurrentAxis needs to be reset to -1 when the data changes, too, or sometimes with the Paint routine will try to access an axis that doesn't exist (and it will seem like a strange random crash and it will take someone an hour to track down what's happening... :)<br>

<br>
Do you want me to file a bug report for these two combined so it'll be easier to keep track of?<br>
<br></blockquote><div>Hi Eric,</div><div><br></div><div>I just pushed a topic that should address these issues, it no longer segfaults with your Python script. Take a look and let me know if you spot any other issues.</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Marcus </div></div>
</blockquote></div><br></div></body></html>