Combine plots in Maxima

590 Views Asked by At

I want to combine the following plots as one output figure:

plotdf(4*y/x+x*sqrt(y),[trajectory_at,1,1],[x,0,4],[y,0,10])
plot2d(1/4*x^4*(log(x)+2)^2,[x,0,4],[y,0,10])

How can I achieve that?