How to visualise the structure of the decision tree built by MLJ?

Latest EvoTrees.jl version (0.5.2), which is integrated with MLJ, introduces a basic tree visualization:

plot(model, 3) # second argument refers to the ith tree of the model