Conform to Plots.jl coding style
This commit is contained in:
parent
19a9726e61
commit
6420f6fdc9
@ -409,7 +409,7 @@ end
|
|||||||
@deps scatterbins scatter
|
@deps scatterbins scatter
|
||||||
|
|
||||||
|
|
||||||
_stepbins_path(edge, weights) = begin
|
function _stepbins_path(edge, weights)
|
||||||
nbins = length(linearindices(weights))
|
nbins = length(linearindices(weights))
|
||||||
if length(linearindices(edge)) != nbins + 1
|
if length(linearindices(edge)) != nbins + 1
|
||||||
error("Edge vector must be 1 longer than weight vector")
|
error("Edge vector must be 1 longer than weight vector")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user