Is there a possibility to plot a decision tree using `Plots.jl` (or some other graphics package)? I'm using MLJ and the only means to visualize a decision tree seems to be `report(mach).print_tree(n)` where `mach` is the trained machine. If there is no such possibility: How can I access the tree (data structure) directly in MLJ?