[Scilab-users] Histogram plot

Claus Futtrup cfuttrup at gmail.com
Sat Mar 18 16:58:40 CET 2017


Hi Samuel, et al.

I'm running Scilab 5.5.0 (haven't bothered to update) on Win10.

 >p.children.fill_mode

is default = off. I guess it's a good idea to manually ensure it is on, 
for compatibility reasons.

It sounds good that histplot() is revamped and help pages updated for 
6.1 :-)

Best regards,
Claus

On 18-03-2017 16:41, Samuel Gougeon wrote:
> 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.
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list