[Scilab-users] unable to set style for histplot

fujimoto2005 fujimoto2005 at gmail.com
Tue Dec 15 03:42:02 CET 2015


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.



More information about the users mailing list