Re: [Scilab-users] Display problem

2015-04-22 Thread Tim Wescott
On Wed, 2015-04-22 at 06:07 +, SCHULZ Wolfgang wrote: Hello, 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

Re: [Scilab-users] Display problem

2015-04-22 Thread Rafael Guerra
: [Scilab-users] Display problem Thanks Antoine, could someone test it under Windows? Maybe a Windows specific bug? Should I open a bug report? Wolfgang -Ursprüngliche Nachricht- Von: users [mailto:users-boun...@lists.scilab.org] Im Auftrag von Antoine Monmayrant Gesendet

Re: [Scilab-users] Display problem

2015-04-22 Thread Antoine Monmayrant
On 04/22/2015 08:07 AM, SCHULZ Wolfgang wrote: stacksize('max') Maximum=8e6 dt=1/Maximum; t=0:dt:1; y=sin(2*%pi*50*t); plot(t,y); Hi, I just tried it under Linux (ubuntu 14.04 64bits) and got no problem. I have a 1024MB Java heap. Cheers, Antoine

Re: [Scilab-users] Display problem

2015-04-22 Thread Rafael Guerra
fig.axes_size property to have fig.axes_size=[fig_Wp,fig_Hp]; Regards, Rafael From: t...@wescottdesign.com To: users@lists.scilab.org Date: Wed, 22 Apr 2015 09:04:01 -0700 Subject: Re: [Scilab-users] Display problem On Wed, 2015-04-22 at 06:07 +, SCHULZ Wolfgang wrote: Hello, I would

Re: [Scilab-users] Display problem

2015-04-22 Thread SCHULZ Wolfgang
An: International users mailing list for Scilab. Betreff: Re: [Scilab-users] Display problem On 04/22/2015 08:07 AM, SCHULZ Wolfgang wrote: stacksize('max') Maximum=8e6 dt=1/Maximum; t=0:dt:1; y=sin(2*%pi*50*t); plot(t,y); Hi, I just tried it under Linux (ubuntu 14.04 64bits) and got