function treeplot(trr::Tree, fig= 1)
if !isempty(fig)
figure(fig)
end
# ...
it is not trivial what exactly users should pass as fig argument. isempty for a number is always false. What else could they pass to have it empty? In that case what happens?
it is not trivial what exactly users should pass as
figargument.isemptyfor a number is always false. What else could they pass to have it empty? In that case what happens?