From 7b8781c41b6cd1c2939113ceb8bd9ddee75ccb51 Mon Sep 17 00:00:00 2001 From: jverzani Date: Sun, 15 Nov 2015 12:01:52 -0500 Subject: [PATCH] createPlotWindow -> Plot --- src/backends/unicodeplots.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backends/unicodeplots.jl b/src/backends/unicodeplots.jl index cdb3e9a8..6b56e009 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],