Incorrect output in unicodeplots()

My code is

using Plots
unicodeplots()
plt = Plots.histogram(randn(1000) .* 0.1, nbins = 15, closed = :left)

And I got
Screen Shot 2023-03-31 at 2.18.51 PM
But I expect the output should look like
Screen Shot 2023-03-31 at 2.19.33 PM

Is there anyway to get the second output plot?

In a Jupyter notebook:

In a Julia REPL:

In VS-Code: