Re: [Scilab-users] unable to set style for histplot

2015-12-18 Thread fujimoto2005
DearSerge Steer.

Thanks for your reply.
Actually I am using solely scilab 6.0 for analytical purpose  and unable to
back scilab 5.2.
I think this is the bug of scilab 6.0 and  I will report Buzila.

Best regards. 
 



--
View this message in context: 
http://mailinglists.scilab.org/unable-to-set-style-for-histplot-tp4033225p4033233.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] unable to set style for histplot

2015-12-15 Thread Serge Steer

Le 15/12/2015 03:42, fujimoto2005 a écrit :

d = grand(1000,1,"bin", 6, 0.5);

c = linspace(-0.5,6.5,8);

clf()

subplot(2,1,1)

histplot(c, d, style=2)

xtitle("normalized histogram")

subplot(2,1,2)

histplot(c, d, normalization=%f, style=5)

xtitle("non normalized histogram")
The style argument rule the color of the lines and it appear to work as 
expected under sclab-5.5.2 (Linux) voir fichier joint.


Serge Steer


Figure.pdf
Description: Adobe PDF document
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] unable to set style for histplot

2015-12-14 Thread fujimoto2005
I use scilab 6.0.0 alpha 2.

The following script is the sample code of the help file on 'histplot'.
But it  can't set the style as the help page.
The result is the default style.
Is this the bug or is there any ways to work rightly?
Best ragrds.
 

d = grand(1000,1,"bin", 6, 0.5);

c = linspace(-0.5,6.5,8);

clf()

subplot(2,1,1)

histplot(c, d, style=2)

xtitle("normalized histogram")

subplot(2,1,2)

histplot(c, d, normalization=%f, style=5)

xtitle("non normalized histogram")
***




--
View this message in context: 
http://mailinglists.scilab.org/unable-to-set-style-for-histplot-tp4033225.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users