Hi Stanislav,

 

Thanks but it does not guarantee that the interval [x0,x0+10] will be plotted 
over 1 cm of the screen...

I think that one may have to use a function like xchange but, more info about 
the physical screen is still required.

 

Regards

Rafael G.

 

From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of ?????????
Sent: Thursday, January 09, 2014 3:34 PM
To: users@lists.scilab.org
Subject: Re: [Scilab-users] Scaled plot displays in Scilab?

 

Hello.
You may divide x-axis by 1000. For example: plot2d(x ./ 1000, y);
Also you may use a logarithm scale of x-axis.

Stanislav
09.01.2014 21:14, Rafael Guerra пишет:

Hello,

 

Does anyone know if it possible to generate scaled plots in Scilab?

Say one wants to plot y=f(x), with x being a distance, at 1:1000 scale (i.e., 1 
cm on the PC screen would correspond to 10 m along x-variable). Scroll bar may 
be needed, if for given scale plot is larger than physical screen.

 

Thanks for any hints.

 

Best regards

Rafael G.

 






_______________________________________________
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

Reply via email to