Conform to Plots.jl coding style

This commit is contained in:
Oliver Schulz 2017-03-01 17:33:22 +01:00
parent 19a9726e61
commit 6420f6fdc9

View File

@ -409,7 +409,7 @@ end
@deps scatterbins scatter
_stepbins_path(edge, weights) = begin
function _stepbins_path(edge, weights)
nbins = length(linearindices(weights))
if length(linearindices(edge)) != nbins + 1
error("Edge vector must be 1 longer than weight vector")