Re: [Scilab-users] Scilab Xcos Datatips

2013-11-04 Thread Paul BIGNIER

Dear Alexander,

You may zoom on your curve to place your datatip more accurately.

There are five significant figures when you place a datatip, so if Y: 
1.1 is displayed, then it was closer to 1.1 than to 1.005.


Regards,
Paul.

On 10/31/2013 04:53 PM, Alexander Weinig wrote:


Dear Ms / Miss,

i have a question about using the datatips in Scilab's Xcos. I tried 
to simulate a PID-Controller and i want to use some datatips. My 
Problem is, that i need more decimal places for the Y-Axis. The 
problem is only if the datatip is over 1. It would be most helpful 
if there is a possibility to show the position of de datatip in a way 
like this for example: Y: 1.05 or Y: 1.005  it only shows Y: 1.1 
(not very)

For a better understanding look at the attechment.

Yours sincerely,
Alexander Weinig
alexander_wei...@yahoo.de



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



--
Paul BIGNIER
Scilab Engineer  Xcos Developer
---
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.69
http://www.scilab-enterprises.com

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] GIF with transparent color

2013-11-04 Thread SCHULZ Wolfgang
Hello,
I'm creating contour plots and it would be nice to have certain regions 
(colors) of a GIF file transparent. Is that possible with SCILAB?
Thanks in advance.
Best regards
Wolfgang
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Scilab problem?

2013-11-04 Thread SCHULZ Wolfgang
Hello,
I'm using Scilab 5.4.1 on Win 7 64 bit and have a problem with the following 
script (simplified script).

stacksize('max')
Maximum=5e6;
dt=1/Maximum;
t=0:dt:1;
y=sin(2*%pi*50*t);
f0=scf(0); 
clf;
plot(t,y);
f1=scf(1); 
clf;
plot(t,y);
f2=scf(2); 
clf;
plot(t,y);

With the standard Java Heap Memory (256MB) the first and second plots are ok. 
Nothing is drawn in the third plot.
I thought it may help to increase the Java Heap Memory.
If I increase the Java Heap Memory to 512 MB I get immediately the following 
error message on the console:

--exec('H:\SCILAB\test_problem.sci', -1)
Warning !!!
Scilab has found a critical error (EXCEPTION_ACCESS_VIOLATION)
with stacksize function.
Save your data and restart Scilab.
t=0:dt:1;
 !--error 17 
stack size exceeded!
Use stacksize function to increase it.
Memory used for variables: 9453
Intermediate memory needed: 502
Total memory available: 18
at line   8 of exec file called by :
exec('H:\SCILAB\test_problem.sci', -1)


Any hint how to solve this?
Thanks
Wolfgang
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Scilab Xcos Datatips

2013-11-04 Thread Serge Steer

Le 31/10/2013 16:53, Alexander Weinig a écrit :


Dear Ms / Miss,

i have a question about using the datatips in Scilab's Xcos. I tried 
to simulate a PID-Controller and i want to use some datatips. My 
Problem is, that i need more decimal places for the Y-Axis. The 
problem is only if the datatip is over 1. It would be most helpful 
if there is a possibility to show the position of de datatip in a way 
like this for example: Y: 1.05 or Y: 1.005  it only shows Y: 1.1 
(not very)
Clicking right on a datatip open a gui where you can maodify the the 
function which generates the display

Serge Steer

For a better understanding look at the attechment.

Yours sincerely,
Alexander Weinig
alexander_wei...@yahoo.de



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users