<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><br>
    ---------- Bug Summary ----------- <br>SCILAB plot function does not plot all the data. If I want to plot 3000000 data <br><br>
    <br>
      <p>
        <div>

            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - SCILAB plot function does not plot all the data. If I want to plot 3000000 data"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=4176#c38">Comment # 38</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - SCILAB plot function does not plot all the data. If I want to plot 3000000 data"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=4176">bug 4176</a>
              from <span class="vcard"><a class="email" href="mailto:w.schulz@ove.at" title="W. Schulz <w.schulz@ove.at>"> <span class="fn">W. Schulz</span></a>
</span></b>
        <pre>Win 7 x64 SCILAB 5.5.2

I would like to display 10e6 points but it seems that Scilab (5.2.2 x64 on Win7) works only till 8e6 points.
I tried increasing the Java Heap memory (and restarted Scilab afterwards) but there was no effect.

Here is a test program what works till 8e6 but doesn't work for 9e6.

stacksize('max')
Maximum=8e6
dt=1/Maximum;
t=0:dt:1;
y=sin(2*%pi*50*t);
plot(t,y);


No error message on the console.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>