# Slope field for dy/dx=x+y var("x","y") A=plot_slope_field(x+y,(x,-5,5),(y,-5,5)) show(A,axes_labels=["$x$","$y$"])