[Scilab-users] message subwindow: how to change the font size?

2013-03-15 Thread Stanislav
Hi. On GNU/Linux the font size of text in the message subwindow looks good. But on Windows XP it looks too small. How to enlarge it? Stanislav -- View this message in context: http://mailinglists.scilab.org/message-subwindow-how-to-change-the-font-size-tp4026262.html Sent from the Scilab users

Re: [Scilab-users] color under a curve

2013-03-15 Thread Dang, Christophe
Hello, De la part de grivet Envoyé : vendredi 15 mars 2013 10:58 > For my purposes, it seems best to use xfpoly() > for each region where the function has a constant sign. You can also perform several plot(), one for each region. > The drawback is that color choices are not as versatile > as wi

Re: [Scilab-users] strange behavior of function xstring

2013-03-15 Thread Станислав
15.03.2013 16:18, grivet пишет: Hello, I have noticed the following strange behavior of function xstring. This piece of code works fine: clear; clf(); s = "A"; plot2d(0,0,-1,"010"," ",[-2,-2,2,2]); xstring(0.5,0.5,s); This one does not (simplified exemple, no us

[Scilab-users] strange behavior of function xstring

2013-03-15 Thread grivet
Hello, I have noticed the following strange behavior of function xstring. This piece of code works fine: clear; clf(); s = "A"; plot2d(0,0,-1,"010"," ",[-2,-2,2,2]); xstring(0.5,0.5,s); This one does not (simplified exemple, no useful purpose): clear; cl

Re: [Scilab-users] color under a curve

2013-03-15 Thread grivet
Thank you Adrien and Christophe. The code provided by Christophe is specially simple and elegant, but assumes the function to be strictly positive. Filled areas are different when I change x to x = linspace(-2*%pi,2*%pi,100). For my purposes, it seems best to use xfpoly() for each region where