projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
* Bug 16561 fixed: histplot(-10:0.2:10, 6) warning & error removed
[scilab.git]
/
scilab
/
modules
/
graphics
/
macros
/
histplot.sci
diff --git
a/scilab/modules/graphics/macros/histplot.sci
b/scilab/modules/graphics/macros/histplot.sci
index
42b6606
..
464f4c9
100644
(file)
--- a/
scilab/modules/graphics/macros/histplot.sci
+++ b/
scilab/modules/graphics/macros/histplot.sci
@@
-96,6
+96,7
@@
function [y, ind] = histplot(n,data,style,strf,leg,rect,nax,logflag,frameflag,ax
else
tmp = "counts"
end
+ from_histplot = %t // helps detecting/supporting former syntaxes in histc()
[y, tmp, tmp, ind] = histc(data, n, tmp);
if length(n) == 1 then // The number of classes is provided