Skip to content

Commit

Permalink
add back lost changes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed May 29, 2024
1 parent 9c4647f commit 80f8edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/FHistMakieExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Makie.MakieCore.plottype(::Hist1D) = Hist
function Makie.convert_arguments(P::Type{<:Stairs}, h::Hist1D)
edges = binedges(h)
phantomedge = edges[end] # to bring step back to baseline
bot = eps()
bc = bincounts(h)
z = zero(eltype(bc))
nonzero_bincounts = replace(bc, z => bot)
Expand Down

0 comments on commit 80f8edc

Please sign in to comment.