My code is
using Plots unicodeplots() plt = Plots.histogram(randn(1000) .* 0.1, nbins = 15, closed = :left)
And I got But I expect the output should look like
Is there anyway to get the second output plot?
In a Jupyter notebook:
In a Julia REPL:
In VS-Code: