[Scilab-users] Histogram plot

Samuel Gougeon sgougeon at free.fr
Sat Mar 18 16:14:54 CET 2017


Le 18/03/2017 à 16:04, Claus Futtrup a écrit :
> Hi Samuel
>
> This works. Thanks. Now I understand what normalization does - and 
> that it's default = true. :-)
>
> What about the fact that I'd like not only to outline the bars, but I 
> like the bars to be colored solid grey? (The help pages show no 
> examples of this).

After calling histplot(), just do:
gce().children.background = color("grey70");

histplot() is being reforged. The new release shall be available in 
Scilab 6.1, with more examples in the help page.

Samuel




More information about the users mailing list