diff --git a/src/backends/unicodeplots.jl b/src/backends/unicodeplots.jl index 3d77ce11..c8c667d4 100644 --- a/src/backends/unicodeplots.jl +++ b/src/backends/unicodeplots.jl @@ -39,7 +39,8 @@ function rebuildUnicodePlot!(plt::Plot) # create a plot window with xlim/ylim set, but the X/Y vectors are outside the bounds width, height = iargs[:size] - o = UnicodePlots.createPlotWindow(x, y; width = width, + o = UnicodePlots.Plot(x, y, UnicodePlots.BrailleCanvas; + width = width, height = height, title = iargs[:title], # labels = iargs[:legend],