Skip to content

Commit

Permalink
gr: removed println statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jheinen authored and mkborregaard committed Jun 17, 2017
1 parent df729cd commit 0d17aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backends/gr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d17aa0

Please sign in to comment.