[Scilab-users] unable to set style for histplot

Serge Steer Serge.Steer at inria.fr
Tue Dec 15 09:36:30 CET 2015


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Figure.pdf
Type: application/pdf
Size: 8671 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20151215/68178688/attachment.pdf>


More information about the users mailing list