gr: removed println statement
This commit is contained in:
parent
df729cd0f6
commit
0d17aa0093
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user