[Scilab-users] Histogram plot

Rafael Guerra jrafaelbguerra at hotmail.com
Sat Mar 18 16:54:13 CET 2017


Is fill_mode already set to "on"?
It all depends on what we have plotted before histplot is called.
The example below shows it to be set to "off":

d = grand(1,60,'unf',0,1);
clf();
subplot(2,1,1)
plot(d)
subplot(2,1,2)
histplot(20,d,normalization=%f);
p = gce();
p.children.fill_mode

p.children.fill_mode
 ans  =
    off   




--
View this message in context: http://mailinglists.scilab.org/Scilab-users-Histogram-plot-tp4035847p4035856.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list