Remove remnant debugging output
This commit is contained in:
parent
92e9fa2084
commit
a523903c15
@ -640,7 +640,6 @@ end
|
|||||||
if d[:seriestype] == :scatterbins
|
if d[:seriestype] == :scatterbins
|
||||||
# Workaround, error bars currently not set correctly by scatterbins
|
# Workaround, error bars currently not set correctly by scatterbins
|
||||||
edge, weights, xscale, yscale, baseline = _preprocess_binlike(d, h.edges[1], h.weights)
|
edge, weights, xscale, yscale, baseline = _preprocess_binlike(d, h.edges[1], h.weights)
|
||||||
info("xscale = $xscale, yscale = $yscale")
|
|
||||||
xerror --> diff(h.edges[1])/2
|
xerror --> diff(h.edges[1])/2
|
||||||
seriestype := :scatter
|
seriestype := :scatter
|
||||||
(Plots._bin_centers(edge), weights)
|
(Plots._bin_centers(edge), weights)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user