<div>I used vtkChart API to draw a line: y=sin(x) using &quot;scatter points&quot;,</div><div><br></div><div>the chart is abnormal when the number of points are more than 40,000.  </div><div><br></div><div>just like pictrue a.jpg in enclosure.</div>
<div><br></div><div>but if the points are less than 40,000 or using &quot;Line&quot; to draw y=sin(x),</div><div><br></div><div>the chart is correct. Just like pictrue b.jpg.</div><div><br></div><div>I want to know how to use &quot;scatter points&quot; in drawing charts with huge scale of points ?</div>
<div><br></div><div>or vtkChart may be not applicable in this situation ?</div><div><br></div><div><br></div><div>P.S:</div><div><br></div><div>By reading the source Code of vtkChart,</div><div><br></div><div>I found when drawing in &quot;scatter points&quot;, </div>
<div><br></div><div>it used function &#39;DrawPointSprites&#39;.</div><div><br></div><div>if replaced it with function &#39;DrawPoints&#39;,the chart shows correctly,</div><div><br></div><div>even number of points more than 40,000.</div>