Compare commits

...

1 Commits

Author SHA1 Message Date
Josef Heinen
0d17aa0093 gr: removed println statement 2017-06-17 22:11:57 +02:00

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) function gr_legend_pos(s::Symbol,w,h)
str = string(s) str = string(s)
println(str)
if str == "best" if str == "best"
str = "topright" str = "topright"
end end