Hi Cornelius,
It is possible. But there's a reason why it's not done.
AVL is a computationally expense analysis code to run for SUAVE. Therefore, SUAVE will run AVL before a mission and calculate results for a bunch of flight conditions. From those results surrogate models are built. However, these surrogate models don't save the full lift distribution for a mission.
So, yes, we do pull the lift distribution data out (because it's there). But
then later it is discarded. So if you wanted to use SUAVE's ability to call AVL and
plot_lift_distribution() you would need to do a little coding. Running AVL within a mission would take a very long time to converge. But you could just run AVL for a few angles and mach numbers and plot those.
-Emilio