[Scilab-users] Scaled plot displays in Scilab?

Станислав krotersv at gmail.com
Thu Jan 9 16:33:52 CET 2014


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 at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140109/980bcbd0/attachment.htm>


More information about the users mailing list