[Scilab-users] Histogram plot

Samuel Gougeon sgougeon at free.fr
Sat Mar 18 16:41:51 CET 2017


Le 18/03/2017 à 16:23, Rafael Guerra a écrit :
> Fyi, in Scilab 5.5.2 win 7, it seems to also require fill_mode = "on", and
> the fill color leaks as per image below:
>
> histplot(dividers,Bl_diff,normalization=%f);
> p= gce();
> p.children.fill_mode = "on";
> p.children.background = color("grey70");
>
> <http://mailinglists.scilab.org/file/n4035852/Scilab552_histplot_leaking.jpg>

Leakage for empty bars confirmed in 5.5.2 and 6.0 with the simple example:
d = grand(1,60,'unf',0,1);
clf();
histplot(20,d,normalization=%f);
p = gce();
p.children.fill_mode

-->p.children.fill_mode
  ans  =
  on

But as shown by the results above, .fill_mode is already set to "on";

The leakage on empty bars in not yet reported.




More information about the users mailing list