Merge pull request #910 from jheinen/master

gr: removed println statement
This commit is contained in:
Josef Heinen 2017-06-07 18:18:11 -07:00 committed by GitHub
commit 770d907fb8

View File

@ -448,7 +448,6 @@ gr_view_ycenter() = 0.5 * (viewport_plotarea[3] + viewport_plotarea[4])
function gr_legend_pos(s::Symbol,w,h)
str = string(s)
println(str)
if str == "best"
str = "topright"
end