Plot trees

using AstroPlot, PhysicalTrees, PhysicalParticles
plot_peano()
plot_peano(2)
plot_peano(3)
d = randn_pvector(15)
t = octree(d)
figure, axis, plot = plot_makie(t)
figure