createPlotWindow -> Plot

This commit is contained in:
jverzani 2015-11-15 12:01:52 -05:00
parent 42c3827ded
commit 7b8781c41b

View File

@ -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 # create a plot window with xlim/ylim set, but the X/Y vectors are outside the bounds
width, height = iargs[:size] width, height = iargs[:size]
o = UnicodePlots.createPlotWindow(x, y; width = width, o = UnicodePlots.Plot(x, y, UnicodePlots.BrailleCanvas;
width = width,
height = height, height = height,
title = iargs[:title], title = iargs[:title],
# labels = iargs[:legend], # labels = iargs[:legend],