Closed carrascomj closed 1 year ago
Close #29
The plotting functions panic when supplying only one point to compute a histogram or a density. The intended behavior is to plot a spike at that x position.
Now a 2-width spike is plotted at the (given point, 1) point in the interval.
@NicholasCowie should the spikes be wider or thinner?
Close #29
Problem
The plotting functions panic when supplying only one point to compute a histogram or a density. The intended behavior is to plot a spike at that x position.
Solution
Now a 2-width spike is plotted at the (given point, 1) point in the interval.