<div class="gmail_quote">On Mon, Mar 15, 2010 at 5:21 AM,  <span dir="ltr">&lt;<a href="mailto:ebeaudoi@ucalgary.ca">ebeaudoi@ucalgary.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
At line 969 of vtkXYPlotActor.cxx (Revision 1.70) (also in release 5.4.2)<br>
there is a bug. The line is<br>
if ( this-&gt;XRange[0] &gt;= this-&gt;YRange[1] )<br>
but it should be<br>
if ( this-&gt;YRange[0] &gt;= this-&gt;YRange[1] )<br>
<br>
The error is that XRange[0] should be YRange[0] because in this context it<br>
makes no sense to compare X with Y.<br>
<br>
Eric Beaudoin<br><br></blockquote><div class="gmail_quote"><br></div>Can someone veryify+fix this?</div><div class="gmail_quote"><br clear="all">Thanks,<br><br><div>David </div></div>