vlt.plot.movetoback-Moveaplottothe"back"ofthe"paper"vlt.plot.movetoback(PLOT_H)MovesthepotspecifiedbytheplothandlePLOT_Htothe"back"ofthe"paper"inthecurrentaxis.Example:figure;holdon;h1=plot([01],[01],'k','linewidth',2);h2=plot([0.50.5],[01],'r','linewidth',2);% at this point, the red line in h2 is "above"% the black line in h1vlt.plot.movetoback(h2);% now the red line is in "back"PLOT_Hcanbeasinglehandleoranarrayofhandles.