Closed jimhavrilla closed 6 years ago
you can confirm, if you wish (I did) that sum(p[:-1]) == 1 for every step plot in the function step_plot. the [:-1] is because we add the extra point to finish the ladder (just how the step works)
alright @brentp I made it a very minimal fix.
pushed that numpy fix
@brentp any other amendments? should I comment it or something?
you can confirm, if you wish (I did) that sum(p[:-1]) == 1 for every step plot in the function step_plot. the [:-1] is because we add the extra point to finish the ladder (just how the step works)