Merge 7b8781c41b6cd1c2939113ceb8bd9ddee75ccb51 into b153dcbd63c463f30f0096f15e09a2bdade5d48d

This commit is contained in:
john verzani 2015-11-15 17:12:01 +00:00
commit 8b2aa983fe

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],