[Bugzilla] [Bug 4176] W. Schulz has commented the bug

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Thu Apr 23 08:42:44 CEST 2015


http://bugzilla.scilab.org/show_bug.cgi?id=4176
--------- Bug Summary -----------
SCILAB plot function does not plot all the data. If I want to plot 3000000 data

---------- Changed by ------------
w.schulz at ove.at

---------- What changed ----------

--- Comment #38 from W. Schulz <w.schulz at ove.at> ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20150423/793de898/attachment.htm>


More information about the Bugzilla mailing list